carrot / roots-browserify

Roots v3 extension that uses browserify as a javascript pipeline
Other
21 stars 8 forks source link

Update testing scripts in package.json #32

Closed J-Sek closed 7 years ago

J-Sek commented 7 years ago

Please test it on your workstations (I guess Linux-based).

I found npm test was failing on my machine due to unix-specific command for lint, so I replaced it with equivalent coffeelint <path>.

istanbul cover-based commands were not working for me either, so I swapped old istanbul with nyc.

Feel free to choose only what you feel is OK or abandon the PR entirely :)

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 8196cf701dd49629044120117e1e4fa5a6125c89 on J-Sek:update-test-commands into a340ff294f7ab584fa5b1c40d1eec39361f8011e on carrot:master.

jescalan commented 7 years ago

Looks good, this was due for an update 👍