Conversation
ronenkapelian
left a comment
There was a problem hiding this comment.
- mixed jest-extended versions:
auth-bundler: ^3.2.4
auth-cron: ^7.0.0
auth-manager: ^7.0.0
Fix: Align all to ^7.0.0
Consider putting it as a global "catalog" version
-
[Nitpick] alert :)
token-kiosk: Uses globalSetup.ts
Others: Use vitest.globalSetup.ts -
vitest configs
auth-cron, auth-bundler are defined under the project
"root: __dirname"
and other packages\ apps without it
There was a problem hiding this comment.
Fix the config, it should be as in the default, locally not running by default
There was a problem hiding this comment.
what? this is what gemini had to said about it
"it is not clear and has poor grammar. It contains a run-on sentence (comma splice) and the phrasing at the end is awkward and ambiguous."
There was a problem hiding this comment.
(node:1557669) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use node --trace-warnings ... to show where the warning was created)
It show memory lack,
try maybe:
- Add proper cleanup in afterAll hooks
- Consider setMaxListeners() if needed
| @@ -0,0 +1,5 @@ | |||
| // import 'reflect-metadata'; | |||
There was a problem hiding this comment.
Why is this line commented out?
No description provided.