Closed inadarei closed 9 years ago
Nevermind, it required
npm install -g mocha
npm install -g chai
mocha
and casperjs
are peer dependencies of mocha-casperjs
so you don't need to explicitly install them. chai
and casper-chai
are optional so they are called out as dependencies, but the example does use it.
Installation:
Run:
gives following errors:
where tests/basic.js is exactly the example from your github page: