GianlucaGuarini / icaro

Smart and efficient javascript object observer, ideal for batching DOM updates (~1kb)
MIT License
573 stars 29 forks source link

npm run test fails on windows #12

Closed nrgwsth closed 7 years ago

nrgwsth commented 7 years ago

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

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

nrgwsth commented 7 years ago

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

GianlucaGuarini commented 7 years ago

fixed with https://github.com/GianlucaGuarini/icaro/pull/13 thank you