Remove jest timeout.
This commit is contained in:
parent
aff0209176
commit
a70cb903f6
|
@ -38,7 +38,6 @@ import * as uuid from "uuid"
|
|||
const timestamp = new Date("2023-01-26T11:48:57.597Z").toISOString()
|
||||
tk.freeze(timestamp)
|
||||
|
||||
jest.setTimeout(99999999)
|
||||
jest.unmock("mysql2")
|
||||
jest.unmock("mysql2/promise")
|
||||
jest.unmock("mssql")
|
||||
|
|
Loading…
Reference in New Issue