chore(): Move event bus local logging (#14244)
**what** Log only when actually processing events
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"scripts": {
|
||||
"watch": "yarn run -T tsc --build --watch",
|
||||
"build": "yarn run -T rimraf dist && yarn run -T tsc --build",
|
||||
"test": "../../../node_modules/.bin/jest --passWithNoTests",
|
||||
"test": "../../../node_modules/.bin/jest --passWithNoTests --testPathPattern=src",
|
||||
"test:integration": "../../../node_modules/.bin/jest --passWithNoTests --no-cache --bail --detectOpenHandles --forceExit --logHeapUsage --testPathPattern=\"integration-tests/__tests__/.*\\.spec\\.ts\""
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user