norma-mocha-casperjs
v0.2.0
Published
Mocha-CasperJS package for the Norma build tool
Downloads
25
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.