1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-28 04:04:58 +03:00

chore: disable Jest notifications

This commit is contained in:
louistiti 2021-03-21 15:09:18 +08:00
parent 525a8bab8c
commit 83dff5b47b
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"bail": true,
"verbose": true,
"notify": true,
"notify": false,
"collectCoverage": false,
"rootDir": "../../..",
"testMatch": [

View File

@ -1,7 +1,7 @@
{
"bail": true,
"verbose": true,
"notify": true,
"notify": false,
"collectCoverage": false,
"rootDir": "../..",
"testMatch": [

View File

@ -1,7 +1,7 @@
{
"bail": true,
"verbose": true,
"notify": true,
"notify": false,
"collectCoverage": true,
"rootDir": "../..",
"testMatch": [