File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 },
5353 "scripts" : {
5454 "test" : " npm install --no-save leancloud-storage@3 typescript@2 && npm-run-all test-tsd test-express test-koa1 test-koa2" ,
55- "test-express" : " mocha test test/express" ,
55+ "test-express" : " mocha test --timeout 8000 test/express" ,
5656 "test-tsd" : " tsc --strict leanengine.d.ts" ,
57- "test-koa1" : " npm install --no-save leancloud-storage@3 koa@1 koa-bodyparser@2 && env FRAMEWORK=koa KOA_VER=1 mocha test test/koa" ,
58- "test-koa2" : " npm install --no-save leancloud-storage@3 koa@2 koa-bodyparser@4 && env FRAMEWORK=koa KOA_VER=2 mocha test test/koa"
57+ "test-koa1" : " npm install --no-save leancloud-storage@3 koa@1 koa-bodyparser@2 && env FRAMEWORK=koa KOA_VER=1 mocha test --timeout 8000 test/koa" ,
58+ "test-koa2" : " npm install --no-save leancloud-storage@3 koa@2 koa-bodyparser@4 && env FRAMEWORK=koa KOA_VER=2 mocha test --timeout 8000 test/koa"
5959 }
6060}
You can’t perform that action at this time.
0 commit comments