bdd-test-helper

some helper functions for BDD / TDD with mocha and chai

Usage no npm install needed!

<script type="module">
  import bddTestHelper from 'https://cdn.skypack.dev/bdd-test-helper';
</script>

README

bdd-test-helper

some helper functions for BDD / TDD with mocha and chai

Do not run index.js with node directly, use mocha instead

ES6

var {expect, iit, idescribe, nit, ndescribe} = require('bdd-test-helper')

Coffee-script:

{expect, iit, idescribe, nit, ndescribe} = require('bdd-test-helper')

LICENSE

MIT, see LICENSE