1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00

Remove unnecessary jest.unmock calls.

This commit is contained in:
Sam Rose 2024-05-09 10:15:05 +01:00
parent c99e8103e2
commit 033c642c12
No known key found for this signature in database
4 changed files with 0 additions and 7 deletions

View file

@ -32,8 +32,6 @@ import * as uuid from "uuid"
const timestamp = new Date("2023-01-26T11:48:57.597Z").toISOString()
tk.freeze(timestamp)
jest.unmock("mssql")
describe.each([
["internal", undefined],
[DatabaseName.POSTGRES, getDatasource(DatabaseName.POSTGRES)],

View file

@ -16,8 +16,6 @@ import {
} from "@budibase/types"
import _ from "lodash"
jest.unmock("mssql")
describe.each([
["lucene", undefined],
["sqs", undefined],

View file

@ -24,8 +24,6 @@ import merge from "lodash/merge"
import { quotas } from "@budibase/pro"
import { roles } from "@budibase/backend-core"
jest.unmock("mssql")
describe.each([
["internal", undefined],
[DatabaseName.POSTGRES, getDatasource(DatabaseName.POSTGRES)],

View file

@ -1,5 +1,4 @@
jest.unmock("node-fetch")
jest.unmock("aws-sdk")
import { TestConfiguration } from "../../../../tests"
import { EmailTemplatePurpose } from "../../../../constants"
import { objectStore } from "@budibase/backend-core"