Closed jonny-improbable closed 7 years ago
I added some examples. usually in those usage examples where the binary refers to itself, specifying the location to the binary (or in this case the script) is up to the user. but I'm sure 99.9% of usage is via npm so it's good to add.
Sorry for the question, but the documentation in the README implies one can simply:
However if I try to do this I get the following error from phantom:
I can resolve this by giving phantomjs the relative path to the
mocha-phantomjs-core.js
file, ie:Should the README be updated to reflect this or am I missing a trick?