Skip to content

Commit 9ec3729

Browse files
committed
Add ava test framework
1 parent 722d124 commit 9ec3729

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"jsnext:main": "src/index.js",
77
"scripts": {
88
"build": "rollup -c rollup.config.js",
9-
"test": "mocha test --recursive --compilers js:babel-core/register"
9+
"test": "ava --require babel-register"
1010
},
1111
"keywords": [
1212
"erlang",
@@ -19,11 +19,10 @@
1919
"author": "Bryan Joseph <bryanjos@gmail.com>",
2020
"license": "MIT",
2121
"devDependencies": {
22+
"ava": "^0.15.2",
2223
"babel-core": "^6.10.4",
2324
"babel-preset-es2015": "^6.9.0",
2425
"babel-preset-es2015-rollup": "^1.1.1",
25-
"chai": "^3.5.0",
26-
"mocha": "^2.5.3",
2726
"rollup": "^0.32.0",
2827
"rollup-plugin-babel": "^2.5.1",
2928
"rollup-plugin-node-resolve": "^1.7.0"

0 commit comments

Comments
 (0)