Skip to content

Commit

Permalink
refactor: modernize the sample tests (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Dec 17, 2018
1 parent c0a8558 commit a1fde6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-videointelligence/samples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "nodejs-docs-samples-videointelligence",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"files": [
Expand All @@ -13,14 +12,15 @@
"node": ">=8"
},
"scripts": {
"test": "mocha system-test/*.test.js --timeout=600000"
"test": "mocha system-test --timeout=600000"
},
"dependencies": {
"@google-cloud/video-intelligence": "^1.5.0",
"yargs": "^12.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"ava": "^0.25.0"
"chai": "^4.2.0",
"execa": "^1.0.0",
"mocha": "^5.2.0"
}
}

0 comments on commit a1fde6b

Please sign in to comment.