summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-03-08 12:51:49 +0100
committerJules Laplace <jules@okfoc.us>2017-03-08 12:51:49 +0100
commit4e9c0237d9b4a46dff0c8e80316ad2f4886fae7d (patch)
tree30381a22450f99bf95ef1dc137fd152662e924a5 /package.json
parent0729c707f61254fbff440cf52daff23ae08e148f (diff)
write first test
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index d322799..70f12ad 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "convert between bases",
"main": "index.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "./node_modules/.bin/mocha -R spec"
},
"repository": {
"type": "git",
@@ -15,5 +15,9 @@
"bugs": {
"url": "https://github.com/julescarbon/basic/issues"
},
- "homepage": "https://github.com/julescarbon/basic#readme"
+ "homepage": "https://github.com/julescarbon/basic#readme",
+ "dependencies": {
+ "assert": "^1.4.1",
+ "mocha": "^3.2.0"
+ }
}