UNPKG

espower-source

Version:

Power Assert instrumentor from source to source, with source-map

6 lines (5 loc) 124 B
var assert = require('power-assert'), truthy = 'true', falsy = 'false'; assert(falsy); assert.equal(truthy, falsy);