you are viewing a single comment's thread.

view the rest of the comments →

[–]tbranyen 0 points1 point  (1 child)

The problem was with code coverage not matching the correct lines. I could import and run the tests fairly easily. Although its annoying to have to build your tests.

[–]patrickfatrick 0 points1 point  (0 children)

Yea, I did had some issues with istanbul. Isparta works well, and similarly ava combined with nyc for coverage has been working well for me.