feat(medusa): Bulk emit events (#3407)

This commit is contained in:
Adrien de Peretti
2023-03-13 15:28:51 +01:00
committed by GitHub
parent 601d20e7ab
commit f0a1355feb
14 changed files with 404 additions and 166 deletions

View File

@@ -3,7 +3,7 @@ const path = require("path")
const { bootstrapApp } = require("../../../helpers/bootstrap-app")
const { initDb, useDb } = require("../../../helpers/use-db")
jest.setTimeout(30000)
jest.setTimeout(50000)
describe("Inventory Module", () => {
let appContainer