Skip to content

Commit c4856b8

Browse files
vijay-qlogicJustinBeckwith
authored andcommitted
refactor: convert samples test from ava to mocha (#221)
1 parent 7d629db commit c4856b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=8"
1010
},
1111
"scripts": {
12-
"test": "ava -T 20s --verbose system-test/*.test.js"
12+
"test": "mocha system-test/*.test.js --timeout 600000"
1313
},
1414
"dependencies": {
1515
"@google-cloud/speech": "^2.1.1",
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@google-cloud/nodejs-repo-tools": "^3.0.0",
22-
"ava": "^0.25.0",
22+
"mocha": "^5.2.0",
2323
"proxyquire": "^2.0.1",
2424
"sinon": "^7.0.0",
2525
"uuid": "^3.3.0"

0 commit comments

Comments
 (0)