1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Fix formatting.

This commit is contained in:
Sam Rose 2024-08-09 11:58:57 +01:00
parent d716d4b4d0
commit 083b595d50
No known key found for this signature in database

View file

@ -1,6 +1,9 @@
import { getConfig, runStep, afterAll as _afterAll } from "./utilities"
import { OpenAI } from "openai"
import { withEnv as withCoreEnv, setEnv as setCoreEnv } from "@budibase/backend-core"
import {
withEnv as withCoreEnv,
setEnv as setCoreEnv,
} from "@budibase/backend-core"
jest.mock("openai", () => ({
OpenAI: jest.fn().mockImplementation(() => ({