This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1212 "coverage:http-api" : " istanbul cover --print both -- _mocha tests/test-http-api/index.js" ,
1313 "test" : " npm run test:node && npm run test:browser" ,
1414 "test:node" : " npm run test:node:core && npm run test:node:http-api && npm run test:node:cli" ,
15+ "test:node:teamcity" : " npm run test:node:core:teamcity && npm run test:node:http-api:teamcity && npm run test:node:cli:teamcity" ,
16+ "test:node:cli:teamcity" : " mocha --reporter mocha-teamcity-reporter tests/test-cli/index.js" ,
17+ "test:node:core:teamcity" : " mocha --reporter mocha-teamcity-reporter tests/test-core/index.js" ,
18+ "test:node:http-api:teamcity" : " mocha --reporter mocha-teamcity-reporter tests/test-http-api/index.js" ,
1519 "test:node:cli" : " mocha tests/test-cli/index.js" ,
1620 "test:node:core" : " mocha tests/test-core/index.js" ,
1721 "test:node:http-api" : " mocha tests/test-http-api/index.js" ,
5963 "local-storage-blob-store" : " 0.0.3" ,
6064 "lodash" : " ^4.0.0" ,
6165 "mocha" : " ^2.3.4" ,
66+ "mocha-teamcity-reporter" : " ^1.0.0" ,
6267 "ncp" : " ^2.0.0" ,
6368 "nexpect" : " ^0.5.0" ,
6469 "pre-commit" : " ^1.1.2" ,
You can’t perform that action at this time.
0 commit comments