Skip to content

Commit

Permalink
refactor(samples): convert sample tests from ava to mocha (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
nareshqlogic authored and JustinBeckwith committed Nov 23, 2018
1 parent 439ebe4 commit 55cd3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-texttospeech/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=8"
},
"scripts": {
"test": "ava -T 1m --verbose system-test/*.test.js"
"test": "mocha system-test/*.test.js --timeout=600000"
},
"dependencies": {
"@google-cloud/text-to-speech": "^0.3.0",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"ava": "^0.25.0"
"mocha": "^5.2.0"
},
"optionalDependencies": {
"canvas": "^2.0.0"
Expand Down

0 comments on commit 55cd3f2

Please sign in to comment.