1
0
Fork 0
mirror of synced 2024-10-04 12:03:31 +13:00

Remove unneeded 'beforeEach' import

This commit is contained in:
jvcalderon 2023-05-12 15:34:57 +02:00
parent de339e4be7
commit 1f7ebe8502

View file

@ -5,7 +5,6 @@ import * as db from "../../db"
import { Header } from "../../constants"
import { newid } from "../../utils"
import env from "../../environment"
import { beforeEach } from "@jest/globals"
import { BBContext } from "@budibase/types"
describe("utils", () => {