Skip to content

Commit b238fb7

Browse files
refactor: use execSync for tests (#158)
1 parent 6f3a8e8 commit b238fb7

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
{
22
"name": "@google-cloud/automl-samples",
33
"description": "Samples for the Cloud AutoML Client Library for Node.js.",
4-
"version": "0.0.1",
54
"license": "Apache-2.0",
65
"author": "Google LLC",
76
"engines": {
87
"node": ">=8"
98
},
9+
"files": [
10+
"!test/*"
11+
],
1012
"repository": "googleapis/nodejs-automl",
1113
"private": true,
12-
"nyc": {
13-
"exclude": [
14-
"**/*.test.js"
15-
]
16-
},
1714
"scripts": {
1815
"test": "mocha --timeout 600000"
1916
},
2017
"dependencies": {
2118
"@google-cloud/automl": "^0.2.0",
22-
"chai": "^4.2.0",
23-
"execa": "^1.0.0",
2419
"mathjs": "^5.5.0",
2520
"yargs": "^13.2.1"
2621
},
2722
"devDependencies": {
28-
"mocha": "^6.0.1"
23+
"mocha": "^6.0.1",
24+
"chai": "^4.2.0"
2925
}
3026
}

0 commit comments

Comments
 (0)