Test ci #4
Annotations
2 errors and 1 warning
src/lib/event-signal.test.ts > EventLoaderWithArg > fails:
src/lib/event-signal.test.ts#L140
AssertionError: expected 1 to be 2 // Object.is equality
- Expected
+ Received
- 2
+ 1
❯ src/lib/event-signal.test.ts:140:15
|
Test
Process completed with exit code 1.
|
Lint:
src/lib/cooldown.ts#L18
Type boolean trivially inferred from a boolean literal, remove type annotation
|