assume

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

browserify-tests

browserify test/test.js -o test/phantom.js --debug

coverage

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

phantom

mocha-phantomjs test/phantom.html

prepublish

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

iojs

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

test

npm run-script browserify-tests && npm run-script phantom

test-travis

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

watch

mocha --watch --reporter spec --ui bdd test/test.js

Metadata

  • MIT
  • Whatever
  • Arnout Kazemier
  • released 3/19/2015

Downloads