hotfix(medusa): Get cart with session (#165)
This commit is contained in:
committed by
GitHub
parent
d8e806d8ff
commit
81df78384c
5
integration-tests/api/setup.js
Normal file
5
integration-tests/api/setup.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { dropDatabase } = require("pg-god");
|
||||
|
||||
afterAll(() => {
|
||||
dropDatabase({ databaseName: "medusa-integration" });
|
||||
});
|
||||
Reference in New Issue
Block a user