diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-08 12:51:49 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-08 12:51:49 +0100 |
| commit | 4e9c0237d9b4a46dff0c8e80316ad2f4886fae7d (patch) | |
| tree | 30381a22450f99bf95ef1dc137fd152662e924a5 /package.json | |
| parent | 0729c707f61254fbff440cf52daff23ae08e148f (diff) | |
write first test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
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" + } } |
