File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "underscore" : " ^1.8.3"
1818 },
1919 "devDependencies" : {
20+ "@types/express" : " ^4.17.2" ,
2021 "blanket" : " ^1.2.3" ,
2122 "express" : " ^4.14.1" ,
2223 "mocha" : " ^3.2.0" ,
5152 },
5253 "scripts" : {
5354 "test" : " npm install --no-save leancloud-storage@3 typescript@2 && npm-run-all test-tsd test-express test-koa1 test-koa2" ,
54- "test-express" : " mocha test test/express" ,
55+ "test-express" : " mocha test --timeout 8000 test/express" ,
5556 "test-tsd" : " tsc --strict leanengine.d.ts" ,
56- "test-koa1" : " npm install --no-save leancloud-storage@3 koa@1 koa-bodyparser@2 && env FRAMEWORK=koa KOA_VER=1 mocha test test/koa" ,
57- "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"
5859 }
5960}
You can’t perform that action at this time.
0 commit comments