mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
committed by
Douglas Christopher Wilson
parent
04da4aaf1a
commit
1b2e097be2
@@ -747,7 +747,7 @@ describe('res', function(){
|
||||
})
|
||||
|
||||
describe('when cacheControl: false', function () {
|
||||
it('shold not send cache-control', function (done) {
|
||||
it('should not send cache-control', function (done) {
|
||||
var app = express()
|
||||
|
||||
app.use(function (req, res) {
|
||||
|
||||
Reference in New Issue
Block a user