Skip to content

Commit

Permalink
chore(test): use power-assert preset
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 15, 2016
1 parent 177bb51 commit f4f6df8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"development": {
"plugins": [
"jsdoc-to-assert"
],
"presets": [
"power-assert"
]
}
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-jsdoc-to-assert": "^1.3.1",
"babel-preset-es2015": "^6.6.0",
"espower-babel": "^4.0.1",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.7.2",
"mocha": "^2.4.5",
"power-assert": "^1.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--compilers js:espower-babel/guess
--compilers js:babel-register

0 comments on commit f4f6df8

Please sign in to comment.