feat(medusa): Product category, type and tags
This commit is contained in:
committed by
GitHub
parent
2a8b556256
commit
c4d1203155
5
integration-tests/setup.js
Normal file
5
integration-tests/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