Skip to content

Commit

Permalink
refactor: modernize the sample tests (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Dec 19, 2018
1 parent d240f61 commit 81ffdf5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/google-cloud-node/samples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "nodejs-docs-samples-speech",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"author": "Google Inc.",
Expand All @@ -9,7 +8,7 @@
"node": ">=8"
},
"scripts": {
"test": "mocha system-test/*.test.js --timeout 600000"
"test": "mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/speech": "^2.1.1",
Expand All @@ -18,10 +17,9 @@
"yargs": "^12.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"chai": "^4.2.0",
"execa": "^1.0.0",
"mocha": "^5.2.0",
"proxyquire": "^2.0.1",
"sinon": "^7.0.0",
"uuid": "^3.3.0"
}
}

0 comments on commit 81ffdf5

Please sign in to comment.