summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4cc709f..84cdbc2 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "tensorflow job queue system",
"main": "index.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "mocha test/ --recursive"
},
"author": "jules laplace <julescarbon@gmail.com>",
"license": "UNLICENSED",
@@ -29,6 +29,10 @@
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
+ "chai": "^4.0.2",
+ "jshint": "^2.9.5",
+ "mocha": "^3.4.2",
+ "request": "^2.81.0",
"webpack": "^3.0.0"
}
}