We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d39b8 commit 0d17aa1Copy full SHA for 0d17aa1
monitoring/snippets/package.json
@@ -14,8 +14,7 @@
14
"scripts": {
15
"lint": "samples lint",
16
"pretest": "npm run lint",
17
- "system-test": "ava -T 3m --verbose system-test/*.test.js",
18
- "test": "npm run system-test"
+ "test": "samples test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
19
},
20
"dependencies": {
21
"@google-cloud/monitoring": "0.2.2",
0 commit comments