You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
resolved, there was something wrong with my path for my test file. When I moved the test file to root and change my script to look for the .spec.js in root it worked so....that's what it was. It's weird because that path to dist/test did run my tests, mocha did run it, but for some reason, istanbul didn't like that path for whatever reason, it couldn't report coverage on dist/test
I've spent hours on this. Cannot get past this infamous error.
https://github.com/dschinkel/we-do-tdd-service
I'm running this which runs fine in terms of the test passing, but immediately after the test passes I get that error still:
You can clone it and just try
npm run coverage
to see the error.Just makes no sense to me why this would not work. I want this to work without resorting to babel-node or babel-instanbul
UPDATE
this works but I had to cd into my dist/test directory first for some reason. I'd like not to have to do that, and to get the first working. Thoughts?
The text was updated successfully, but these errors were encountered: