change test configuration to use v8
sha-kil opened this issue · 0 comments
sha-kil commented
running test coverage command raises following error.
this stems from instanbul (coverage provider for jest). Change the coverage provider to node's native code coverage tool: c8
For more information see:
gotwarlost/istanbul#922