mirror of
https://github.com/expressjs/express.git
synced 2026-02-22 03:51:36 +00:00
committed by
Douglas Christopher Wilson
parent
9d16bae682
commit
1114ca1ab6
@@ -12,7 +12,7 @@ describe('app', function(){
|
||||
|
||||
it('should be callable', function(){
|
||||
var app = express();
|
||||
assert(typeof app, 'function');
|
||||
assert.equal(typeof app, 'function');
|
||||
})
|
||||
|
||||
it('should 404 without routes', function(done){
|
||||
|
||||
Reference in New Issue
Block a user