Update import

This commit is contained in:
Adria Navarro 2023-05-15 13:47:24 +02:00
parent 1c2c00e621
commit d9a38b0908
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import postgres from "../../../../packages/server/src/integrations/postgres"
import { GenericContainer } from "testcontainers" import { GenericContainer } from "testcontainers"
import postgres from "../../../../packages/server/src/integrations/postgres"
jest.unmock("pg") jest.unmock("pg")