1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Fix import

This commit is contained in:
Adria Navarro 2023-05-15 16:53:55 +02:00
parent 47d8701578
commit 5cd3f676ac

View file

@ -1,6 +1,6 @@
import { generator } from "@budibase/backend-core/tests"
import redis from "../../../../packages/server/src/integrations/redis"
import { GenericContainer } from "testcontainers"
import { generator } from "../../shared"
jest.unmock("pg")