diff options
author | Anthony Van de Gejuchte <anthonyvdgent@gmail.com> | 2015-12-27 22:28:03 +0100 |
---|---|---|
committer | Anthony Van de Gejuchte <anthonyvdgent@gmail.com> | 2015-12-27 22:38:20 +0100 |
commit | 8c6af09ae014eb2370349fb7b419ee912abac64f (patch) | |
tree | ca716f8b5942af27a1487406dc1c5cbb872927b5 /package.json | |
parent | 6f3e35bb3f04303e6b7cc74cfc25bfee3c792a98 (diff) | |
download | tracifyjs-8c6af09ae014eb2370349fb7b419ee912abac64f.tar.gz tracifyjs-8c6af09ae014eb2370349fb7b419ee912abac64f.zip |
Add mocha tests
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 6b0d2f40..bd4fb3e7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,8 @@ "acorn": "~0.6.0", "escodegen": "~1.3.3", "esfuzz": "~0.3.1", - "estraverse": "~1.5.1" + "estraverse": "~1.5.1", + "mocha": "~2.3.4" }, "browserify": { "transform": [ |