i5ting / koa-generator

Koa' application generator for 1.x and 2.x( Express-style and support all middlewares include async/await )
https://github.com/17koa/koa-generator
MIT License
972 stars 110 forks source link

test报错,typeof app !== ‘function’ #13

Closed sinalvee closed 7 years ago

sinalvee commented 8 years ago

npm test的时候报错了,104行

assert.equal(typeof app, 'function');

我打印了一下typeof app,是object

{ subdomainOffset: 2, proxy: false, env: 'development' }
i5ting commented 8 years ago

目前测试还没有完全写完,稍后啊