GianlucaGuarini/icaro

npm run test fails on windows

nrgwsth opened this issue · 2 comments

npm run test fails on windows due to relative path in script.

npm run lint && ./node_modules/.bin/mocha test

Can it be solved by installing mocha and eslint globally in .travis.yml ?

and then doing this in test script,

npm run lint && mocha test

fixed with #13 thank you