test: disable Jest from writing report files (#287)

This commit is contained in:
Alfi Maulana 2024-04-08 19:46:09 +07:00 committed by GitHub
parent 377f62af19
commit bbef8df86c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,5 +3,4 @@
!.eslint*
!.git*
coverage/
node_modules/

View File

@ -1,5 +1,6 @@
{
"collectCoverage": true,
"coverageReporters": ["text"],
"coverageThreshold": {
"global": {
"branches": 100,