Remove unneeded 'beforeEach' import

This commit is contained in:
jvcalderon 2023-05-12 15:34:57 +02:00
parent de339e4be7
commit 1f7ebe8502
1 changed files with 0 additions and 1 deletions

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", () => {