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:
parent
525a8bab8c
commit
83dff5b47b
@ -1,7 +1,7 @@
|
||||
{
|
||||
"bail": true,
|
||||
"verbose": true,
|
||||
"notify": true,
|
||||
"notify": false,
|
||||
"collectCoverage": false,
|
||||
"rootDir": "../../..",
|
||||
"testMatch": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"bail": true,
|
||||
"verbose": true,
|
||||
"notify": true,
|
||||
"notify": false,
|
||||
"collectCoverage": false,
|
||||
"rootDir": "../..",
|
||||
"testMatch": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"bail": true,
|
||||
"verbose": true,
|
||||
"notify": true,
|
||||
"notify": false,
|
||||
"collectCoverage": true,
|
||||
"rootDir": "../..",
|
||||
"testMatch": [
|
||||
|
Loading…
Reference in New Issue
Block a user