hotfix(medusa): Get cart with session (#165)

This commit is contained in:
Oliver Windall Juhl
2021-02-04 14:51:04 +01:00
committed by GitHub
parent d8e806d8ff
commit 81df78384c
7 changed files with 197 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
const { dropDatabase } = require("pg-god");
afterAll(() => {
dropDatabase({ databaseName: "medusa-integration" });
});