douglasduteil / isparta

:skull: A code coverage tool for ES6 (babel/6to5)
Do What The F*ck You Want To Public License
642 stars 47 forks source link

"Cover doesn't exist" #100

Closed fernandofleury closed 8 years ago

fernandofleury commented 8 years ago

I'm trying to use isparta on my tape/es6 project, and whenever I try to run isparta I get this error:

node_modules/.bin/babel node_modules/.bin/isparta cover test/unit/*.js

// cover doesn't exist

What am I missing here? Instructions are not so clear.

This is my test script:

babel-tape-runner test/unit/*spec.js | faucet