Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change test configuration to use v8 #3

Closed
sha-kil opened this issue Apr 17, 2022 · 0 comments · Fixed by #4
Closed

change test configuration to use v8 #3

sha-kil opened this issue Apr 17, 2022 · 0 comments · Fixed by #4
Labels
maintenance update project configuration

Comments

@sha-kil
Copy link
Owner

sha-kil commented Apr 17, 2022

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

@sha-kil sha-kil added the maintenance update project configuration label Apr 17, 2022
sha-kil added a commit that referenced this issue Apr 17, 2022
Default test coverage tool (istanbul) in jest is thrwoing error. Changed defualt test coverage tool
to c8.

closes #3
sha-kil added a commit that referenced this issue Apr 17, 2022
Default test coverage tool (istanbul) in jest is thrwoing error. Changed defualt test coverage tool
to c8.

closes #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance update project configuration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant