We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722d124 commit 9ec3729Copy full SHA for 9ec3729
package.json
@@ -6,7 +6,7 @@
6
"jsnext:main": "src/index.js",
7
"scripts": {
8
"build": "rollup -c rollup.config.js",
9
- "test": "mocha test --recursive --compilers js:babel-core/register"
+ "test": "ava --require babel-register"
10
},
11
"keywords": [
12
"erlang",
@@ -19,11 +19,10 @@
19
"author": "Bryan Joseph <bryanjos@gmail.com>",
20
"license": "MIT",
21
"devDependencies": {
22
+ "ava": "^0.15.2",
23
"babel-core": "^6.10.4",
24
"babel-preset-es2015": "^6.9.0",
25
"babel-preset-es2015-rollup": "^1.1.1",
- "chai": "^3.5.0",
26
- "mocha": "^2.5.3",
27
"rollup": "^0.32.0",
28
"rollup-plugin-babel": "^2.5.1",
29
"rollup-plugin-node-resolve": "^1.7.0"
0 commit comments