Skip to content

Instantly share code, notes, and snippets.

@hell0again
Created April 13, 2016 02:45
Show Gist options
  • Save hell0again/88bfc862923acd83607cbaac0a6f111e to your computer and use it in GitHub Desktop.
Save hell0again/88bfc862923acd83607cbaac0a6f111e to your computer and use it in GitHub Desktop.
unassert empowered assert
{
"plugins": [
"babel-plugin-empower-assert",
"babel-plugin-espower",
"babel-plugin-unassert"
]
}
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