Skip to content

Commit c087822

Browse files
authored
Switch from Mocha to Ava for faster tests (#289)
* Switch from Mocha to Ava * Concurrency: 5
1 parent 81cc009 commit c087822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"@google-cloud/speech": "0.5.0",
12-
"node-record-lpcm16": "0.1.4",
13-
"yargs": "6.5.0"
12+
"node-record-lpcm16": "0.2.0",
13+
"yargs": "6.6.0"
1414
},
1515
"engines": {
1616
"node": ">=4.3.2"

0 commit comments

Comments
 (0)