|
29 | 29 | "presamples-test": "npm run compile", |
30 | 30 | "samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../", |
31 | 31 | "presystem-test": "npm run compile", |
32 | | - "system-test": "mocha build/system-test", |
| 32 | + "system-test": "mocha build/system-test --timeout 600000", |
33 | 33 | "test-no-cover": "cross-env CLOUD_DEBUG_ASSERTIONS=1 mocha build/test --require source-map-support/register --timeout 4000 --R spec", |
34 | 34 | "test": "nyc npm run test-no-cover && nyc report", |
35 | 35 | "check": "gts check", |
|
71 | 71 | "@types/lodash.pickby": "^4.6.4", |
72 | 72 | "@types/mkdirp": "^0.5.1", |
73 | 73 | "@types/mocha": "^5.0.0", |
74 | | - "@types/ncp": "^2.0.1", |
| 74 | + "@types/mv": "^2.1.0", |
| 75 | + "@types/ncp": "^2.0.3", |
75 | 76 | "@types/node": "~10.17.0", |
76 | 77 | "@types/proxyquire": "^1.3.28", |
77 | 78 | "@types/semver": "^6.0.0", |
| 79 | + "@types/tmp": "^0.1.0", |
78 | 80 | "@types/uuid": "^3.4.4", |
79 | 81 | "codecov": "^3.0.4", |
80 | 82 | "cross-env": "^6.0.0", |
| 83 | + "execa": "^3.3.0", |
81 | 84 | "gts": "^1.0.0", |
82 | 85 | "intelli-espower-loader": "^1.0.1", |
83 | 86 | "js-green-licenses": "^1.0.0", |
84 | 87 | "linkinator": "^1.5.0", |
85 | 88 | "mkdirp": "^0.5.1", |
86 | 89 | "mocha": "^6.1.4", |
| 90 | + "mv": "^2.1.1", |
87 | 91 | "ncp": "^2.0.0", |
88 | 92 | "nock": "^11.0.0", |
89 | 93 | "nyc": "^14.0.0", |
90 | | - "post-install-check": "0.0.1", |
91 | 94 | "proxyquire": "^2.0.0", |
92 | 95 | "require-inject": "^1.4.3", |
93 | 96 | "source-map-support": "^0.5.6", |
94 | 97 | "teeny-request": "^5.0.0", |
| 98 | + "tmp-promise": "^2.0.2", |
95 | 99 | "typescript": "~3.7.0", |
96 | 100 | "uuid": "^3.3.2" |
97 | 101 | } |
|
0 commit comments