fix test for new mime-types

This commit is contained in:
Jonathan Ong 2014-08-04 13:28:26 -07:00
parent 7e7c0ff54e
commit 19a9ef76e5
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ describe('app.respond', function(){
request(server)
.head('/')
.expect('content-type', 'application/javascript')
.expect('content-type', /application\/javascript/)
.expect(200, done);
})
})