chore(): Caching improvements (#13660)
* chore(): Caching improvements * Create proud-windows-sleep.md * naming * fix tests * address feedback
This commit is contained in:
@@ -48,6 +48,11 @@ jest.spyOn(MedusaModule, "getAllJoinerConfigs").mockReturnValue([
|
||||
|
||||
moduleIntegrationTestRunner<ICachingModuleService>({
|
||||
moduleName: Modules.CACHING,
|
||||
moduleOptions: {
|
||||
in_memory: {
|
||||
enable: true,
|
||||
},
|
||||
},
|
||||
testSuite: ({ service }) => {
|
||||
describe("Caching Module Service", () => {
|
||||
beforeEach(async () => {
|
||||
|
||||
Reference in New Issue
Block a user