**What** Scafold the fulfillment module basic structure **Bonus** Simplified module scaffolding with new factories and less directories to manage - mikro orm connection loader factory - initialize factory FIXES CORE-1709 FIXES CORE-1710
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
describe("noop", function () {
|
|
it("should run", function () {
|
|
expect(true).toBe(true)
|
|
})
|
|
})
|