Skip to content

Commit

Permalink
es6-ify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 23, 2016
1 parent db8e125 commit 21b0583
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 143 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"sourcemap-codec": "^1.3.0"
},
"devDependencies": {
"buble": "^0.5.6",
"codecov.io": "^0.1.6",
"coffee-script": "^1.10.0",
"eslint": "^2.8.0",
Expand All @@ -37,7 +38,7 @@
"build": "rm -rf dist && rollup -c -f cjs -o dist/sorcery.cjs.js && rollup -c -f es6 -o dist/sorcery.es6.js",
"pretest": "npm run build",
"prepare-tests": "node test/samples/prepare-tests.js",
"test": "mocha",
"test": "mocha --compilers js:buble/register",
"prepublish": "npm test",
"lint": "eslint src",
"pretest-coverage": "npm run build",
Expand Down
Loading

0 comments on commit 21b0583

Please sign in to comment.