efd9204e26
* use initModules instead of initialize when runnning auth module integration tests * rm unused module-config * correct db schema fix * update authentication integration tests w/ initModule * update cart integration tests w/ initModule * update customer integration tests w/ initModule * update payment integration tests w/ initModule * update pricing integration tests w/ initModule * update product integration tests w/ initModule * update promotion integration tests w/ initModule * add initModule to more product tests and return medusaApp from initModule * align moduleOptions naming * update dependencies
7 lines
277 B
TypeScript
7 lines
277 B
TypeScript
export * as TestDatabaseUtils from "./database"
|
|
export { default as IdMap } from "./id-map"
|
|
export * as JestUtils from "./jest"
|
|
export { default as MockManager } from "./mock-manager"
|
|
export { default as MockRepository } from "./mock-repository"
|
|
export * from "./init-modules"
|