Skip to content

Commit ceb4ef5

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 29bc904 commit ceb4ef5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"name": "cloud-vision-samples",
3-
"description": "Node.js samples for Google Cloud Vision.",
2+
"name": "nodejs-docs-samples-vision",
43
"version": "0.0.1",
54
"private": true,
65
"license": "Apache Version 2.0",
7-
"engines": {
8-
"node": ">=0.10.x"
6+
"author": "Google Inc.",
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"
910
},
1011
"dependencies": {
1112
"async": "^1.5.0",
12-
"gcloud": "^0.32.0",
13+
"gcloud": "^0.37.0",
1314
"natural": "^0.4.0",
1415
"redis": "^2.6.0-2"
1516
},
17+
"devDependencies": {
18+
"mocha": "^2.5.3"
19+
},
1620
"optionalDependencies": {
1721
"canvas": "^1.3.15"
1822
}

0 commit comments

Comments
 (0)