Created
April 13, 2016 02:45
-
-
Save hell0again/88bfc862923acd83607cbaac0a6f111e to your computer and use it in GitHub Desktop.
unassert empowered assert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"plugins": [ | |
"babel-plugin-empower-assert", | |
"babel-plugin-espower", | |
"babel-plugin-unassert" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var assert = require('assert') | |
assert(true == false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment