UNPKG

specify-assertions

Version:

Beautiful assertion library.

10 lines (8 loc) 253 B
require('es5-shim') require('es5-shim/es5-sham') var hifive = require('hifive') var tap = require('hifive-tap') var specs = require('./specs') hifive.run(specs, tap()).otherwise(function() { if (typeof process != 'undefined') process.exit(1) })