fix(testing): remove default testTimeout value which overrides the jest config (#9616)

This commit is contained in:
Jason Jean 2022-03-30 11:47:02 -04:00 committed by GitHub
parent 1d64428a53
commit 1bc2298b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -291,7 +291,6 @@
},
"testTimeout": {
"description": "Default timeout of a test in milliseconds. Default value: `5000`. (https://jestjs.io/docs/cli#--testtimeoutnumber)",
"default": 5000,
"type": "number"
}
},

View File

@ -177,7 +177,6 @@
},
"testTimeout": {
"description": "Default timeout of a test in milliseconds. Default value: `5000`. (https://jestjs.io/docs/cli#--testtimeoutnumber)",
"default": 5000,
"type": "number"
}
},