fix(testing): remove default testTimeout value which overrides the jest config (#9616)
This commit is contained in:
parent
1d64428a53
commit
1bc2298b19
@ -291,7 +291,6 @@
|
|||||||
},
|
},
|
||||||
"testTimeout": {
|
"testTimeout": {
|
||||||
"description": "Default timeout of a test in milliseconds. Default value: `5000`. (https://jestjs.io/docs/cli#--testtimeoutnumber)",
|
"description": "Default timeout of a test in milliseconds. Default value: `5000`. (https://jestjs.io/docs/cli#--testtimeoutnumber)",
|
||||||
"default": 5000,
|
|
||||||
"type": "number"
|
"type": "number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -177,7 +177,6 @@
|
|||||||
},
|
},
|
||||||
"testTimeout": {
|
"testTimeout": {
|
||||||
"description": "Default timeout of a test in milliseconds. Default value: `5000`. (https://jestjs.io/docs/cli#--testtimeoutnumber)",
|
"description": "Default timeout of a test in milliseconds. Default value: `5000`. (https://jestjs.io/docs/cli#--testtimeoutnumber)",
|
||||||
"default": 5000,
|
|
||||||
"type": "number"
|
"type": "number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user