src/CursorState.test.ts(30,5): error TS2552: Cannot find name 'update'. Did you mean 'Date'?
src/FilterEngine.test.ts(18,3): error TS2304: Cannot find name 'beforeEach'.
src/SubscriptionManager.test.ts(9,3): error TS2304: Cannot find name 'beforeEach'.
src/integration.test.ts(72,11): error TS6133: 'eventReceived' is declared but its value is never read.
src/integration.test.ts(75,34): error TS2554: Expected 2 arguments, but got 1.
src/integration.test.ts(75,46): error TS7006: Parameter 'event' implicitly has an 'any' type.
CI lint is failing in
packages/notifywith the following errors:Root Causes
beforeEach, etc.) — likely missing@types/vitestorvitest/globalsin tsconfigeventReceivedin integration testupdatein CursorState testFix
"types": ["vitest/globals"]topackages/notify/tsconfig.json