assume

v2.0.1
Expect-like assertions that works seamlessly in node and browsers
assert assertion asserts assume bdd expect expect.js should shouldjs and 8 more...

coverage

istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd ./test/*.test.js

prepublishOnly

mkdir -p dist && browserify index.js -o dist/assume.js --standalone assume

node

node --allow-natives-syntax --harmony ./node_modules/mocha/bin/_mocha ./test/*.test.js

test

mocha ./test/*.test.js

test-travis

npm run node && istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd ./test/*.test.js

Metadata

  • MIT
  • Whatever
  • Arnout Kazemier
  • released 3/14/2018

Downloads