Add test timeout in jest config
This commit is contained in:
@ -3,4 +3,5 @@ module.exports = {
|
||||
"transform": {
|
||||
"^.+\\.(ts|tsx)$": "ts-jest"
|
||||
},
|
||||
"testTimeout": 30000
|
||||
}
|
||||
Reference in New Issue
Block a user