Skip to content

Commit 426a3a5

Browse files
authored
Refactored tests (#159)
* 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
1 parent ec5474f commit 426a3a5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
22
"name": "nodejs-docs-samples-speech",
3-
"description": "Node.js samples for Google Cloud Speech API.",
43
"version": "0.0.1",
54
"private": true,
65
"license": "Apache Version 2.0",
76
"author": "Google Inc.",
8-
"engines": {
9-
"node": ">=0.10.x"
7+
"scripts": {
8+
"test": "mocha -R spec -t 120000 --require intelli-espower-loader ../test/_setup.js test/*.test.js",
9+
"system-test": "mocha -R spec -t 120000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
1010
},
1111
"dependencies": {
1212
"async": "^1.5.2",
1313
"google-auto-auth": "^0.2.4",
1414
"google-proto-files": "^0.3.0",
1515
"googleapis": "^12.0.0",
1616
"grpc": "^0.15.0"
17+
},
18+
"devDependencies": {
19+
"mocha": "^2.5.3"
1720
}
1821
}

0 commit comments

Comments
 (0)