norma-mocha-casperjs

Mocha-CasperJS package for the Norma build tool

Usage no npm install needed!

<script type="module">
  import normaMochaCasperjs from 'https://cdn.skypack.dev/norma-mocha-casperjs';
</script>

README

norma-mocha-casperjs

Mocha-CasperJS package for the Norma build tool

To use add the following to your norma.json:

"tasks": {
  "mocha-casperjs": {
    "src": "test/**/*",
  }
}

The src variable is where your test files are located.