Skip to content

Commit f843e11

Browse files
refactor: modernize the sample tests (#265)
1 parent fb1d327 commit f843e11

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "nodejs-docs-samples-speech",
3-
"version": "0.0.1",
43
"private": true,
54
"license": "Apache-2.0",
65
"author": "Google Inc.",
@@ -9,7 +8,7 @@
98
"node": ">=8"
109
},
1110
"scripts": {
12-
"test": "mocha system-test/*.test.js --timeout 600000"
11+
"test": "mocha system-test --timeout 600000"
1312
},
1413
"dependencies": {
1514
"@google-cloud/speech": "^2.1.1",
@@ -18,10 +17,9 @@
1817
"yargs": "^12.0.0"
1918
},
2019
"devDependencies": {
21-
"@google-cloud/nodejs-repo-tools": "^3.0.0",
20+
"chai": "^4.2.0",
21+
"execa": "^1.0.0",
2222
"mocha": "^5.2.0",
23-
"proxyquire": "^2.0.1",
24-
"sinon": "^7.0.0",
2523
"uuid": "^3.3.0"
2624
}
2725
}

0 commit comments

Comments
 (0)