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 7754770 commit a3c4737Copy full SHA for a3c4737
translate/package.json
@@ -14,8 +14,7 @@
14
"scripts": {
15
"lint": "samples lint",
16
"pretest": "npm run lint",
17
- "system-test": "ava -T 20s --verbose system-test/*.test.js",
18
- "test": "npm run system-test"
+ "test": "samples test run --cmd ava -- -T 20s --verbose system-test/*.test.js"
19
},
20
"dependencies": {
21
"@google-cloud/translate": "1.0.0",
0 commit comments