Skip to content

Commit ca94270

Browse files
refactor: modernize the sample tests (#173)
1 parent 2bc3f0d commit ca94270

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/google-cloud-videointelligence/samples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "nodejs-docs-samples-videointelligence",
3-
"version": "0.0.1",
43
"private": true,
54
"license": "Apache-2.0",
65
"files": [
@@ -13,14 +12,15 @@
1312
"node": ">=8"
1413
},
1514
"scripts": {
16-
"test": "mocha system-test/*.test.js --timeout=600000"
15+
"test": "mocha system-test --timeout=600000"
1716
},
1817
"dependencies": {
1918
"@google-cloud/video-intelligence": "^1.5.0",
2019
"yargs": "^12.0.0"
2120
},
2221
"devDependencies": {
23-
"@google-cloud/nodejs-repo-tools": "^3.0.0",
24-
"ava": "^0.25.0"
22+
"chai": "^4.2.0",
23+
"execa": "^1.0.0",
24+
"mocha": "^5.2.0"
2525
}
2626
}

0 commit comments

Comments
 (0)