Remove unneeded 'beforeEach' import
This commit is contained in:
parent
de339e4be7
commit
1f7ebe8502
|
@ -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", () => {
|
||||
|
|
Loading…
Reference in New Issue