Skip to content

Commit

Permalink
Refactored tests (#159)
Browse files Browse the repository at this point in the history
* Refactor tests.

* Tweak build.

* Tweak build.

* More tests.

* Tweak build.

* Tweak build.

* Fix build.

* Fix build.

* Speed up build.

* Fix build.

* Remove extra dep.

* Investigate why 0.12 fails.

* Scripts.

* More tests.

* Upgrades

* Upgrades

* Update readme
  • Loading branch information
jmdobry authored Aug 3, 2016
1 parent ec5474f commit 426a3a5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/google-cloud-speech/samples/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"name": "nodejs-docs-samples-speech",
"description": "Node.js samples for Google Cloud Speech API.",
"version": "0.0.1",
"private": true,
"license": "Apache Version 2.0",
"author": "Google Inc.",
"engines": {
"node": ">=0.10.x"
"scripts": {
"test": "mocha -R spec -t 120000 --require intelli-espower-loader ../test/_setup.js test/*.test.js",
"system-test": "mocha -R spec -t 120000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
},
"dependencies": {
"async": "^1.5.2",
"google-auto-auth": "^0.2.4",
"google-proto-files": "^0.3.0",
"googleapis": "^12.0.0",
"grpc": "^0.15.0"
},
"devDependencies": {
"mocha": "^2.5.3"
}
}

0 comments on commit 426a3a5

Please sign in to comment.