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* !.eslint*
!.git* !.git*
coverage/
node_modules/ node_modules/

View File

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