Skip to content

Commit

Permalink
feat: convert to TypeScript (#472)
Browse files Browse the repository at this point in the history
* feat: convert library to TypeScript

* test: system tests in TypeScript

* fix: run synthtool

* fix: no posttest please

* fix: docs

* fix: pr feedback, synthtool
  • Loading branch information
alexander-fenster authored Nov 22, 2019
1 parent 98e943b commit c6f0e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=8"
},
"scripts": {
"test": "mocha system-test --timeout 600000"
"test": "c8 mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/speech": "^3.4.0",
Expand All @@ -19,6 +19,7 @@
"yargs": "^15.0.0"
},
"devDependencies": {
"c8": "^6.0.0",
"chai": "^4.2.0",
"mocha": "^6.0.0",
"uuid": "^3.3.0"
Expand Down

0 comments on commit c6f0e41

Please sign in to comment.