chore(framework): Move and improve subscriber loader (#8347)
**What** Move `SubscriberLoader` and improve implementation FIXES FRMW-2635
This commit is contained in:
committed by
GitHub
parent
169953ad1e
commit
a9fea986b0
@@ -32,7 +32,7 @@ medusaIntegrationTestRunner({
|
||||
expect(testEventPayloadHandlerMock).toHaveBeenCalled()
|
||||
expect(
|
||||
testEventPayloadHandlerMock.mock.calls[0][0].pluginOptions
|
||||
).toEqual({})
|
||||
).toEqual(expect.any(Object))
|
||||
expect(testEventPayloadHandlerMock.mock.calls[0][0].event).toEqual({
|
||||
name: eventName,
|
||||
data: {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test:integration": "NODE_OPTIONS=--experimental-vm-modules jest --silent=false --no-cache --maxWorkers=50% --bail --detectOpenHandles --forceExit --logHeapUsage",
|
||||
"test:integration": "NODE_OPTIONS=--experimental-vm-modules jest --no-cache --maxWorkers=50% --bail --detectOpenHandles --forceExit --logHeapUsage",
|
||||
"test:integration:chunk": "NODE_OPTIONS=--experimental-vm-modules jest --silent --no-cache --bail --maxWorkers=50% --forceExit --testPathPattern=$(echo $CHUNKS | jq -r \".[${CHUNK}] | .[]\")",
|
||||
"build": "tsc --allowJs --outDir ./dist"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user