diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-29 03:09:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-29 03:09:00 +0200 |
| commit | 1726a81b320e92ce412c0fa2b2b05f73798cc4ee (patch) | |
| tree | eb3314621f652098ca8d046ad081b78aa89ba78d /package.json | |
| parent | 50904f4b010c417d558174005a7b4c5868e7d8d9 (diff) | |
folder browser
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
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" } } |
