chore(): Move event bus local logging (#14244)

**what**
Log only when actually processing events
This commit is contained in:
Adrien de Peretti
2025-12-09 18:27:38 +00:00
committed by GitHub
parent c26f5643b6
commit bff0142e7a
4 changed files with 35 additions and 18 deletions
@@ -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": {