Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"prepare": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"presystem-test": "npm run compile",
"system-test": "nyc mocha build/system-test --timeout 600000",
"test": "nyc cross-env CLOUD_DEBUG_ASSERTIONS=1 mocha build/test",
"system-test": "c8 mocha build/system-test --timeout 600000",
"test": "c8 cross-env CLOUD_DEBUG_ASSERTIONS=1 mocha build/test",
"compile": "tsc -p .",
"postcompile": "cpy test/*.js test/**/*.js test/fixtures build --parents",
"fix": "gts fix",
Expand Down Expand Up @@ -80,8 +80,8 @@
"mocha": "^8.0.0",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"c8": "^7.2.1",
"nock": "^13.0.0",
"nyc": "^14.0.0",
"proxyquire": "^2.0.0",
"teeny-request": "^7.0.0",
"tmp-promise": "^3.0.0",
Expand Down