sha-kil/kabschjs

change test configuration to use v8

sha-kil opened this issue · 0 comments

running test coverage command raises following error.

image

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