Skip to content

Commit

Permalink
chore(test): remove unnecessary call to setStoreQueries
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Apr 30, 2022
1 parent c77f3dd commit 5225787
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/config.js
Expand Up @@ -2,7 +2,6 @@ import {
cleanupPostgresDatabaseTemplate,
createTestPostgresDatabase,
setPostgresDatabaseTemplate,
setStoreQueries,
} from "@compas/store";
import { destroyTestServices, injectTestServices } from "../src/testing.js";

Expand All @@ -12,10 +11,6 @@ export async function setup() {
const sql = await createTestPostgresDatabase();
await setPostgresDatabaseTemplate(sql);

setStoreQueries(
(await import("../packages/store/src/generated/database/index.js")).queries,
);

await sql.end({ timeout: 0 });

await injectTestServices();
Expand Down

0 comments on commit 5225787

Please sign in to comment.