pending result tests #51
Annotations
3 errors
test/pending.test.ts > pending > tasks:
bindings/test/pending.test.ts#L50
AssertionError: expected 3 to be 2 // Object.is equality
- Expected
+ Received
- 2
+ 3
❯ test/pending.test.ts:50:29
❯ Module.withConnection test/utils/withConnection.ts:8:7
❯ test/pending.test.ts:38:5
|
test/pending.test.ts > pending > interrupt:
bindings/test/pending.test.ts#L82
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/pending.test.ts:82:71
❯ Module.withConnection test/utils/withConnection.ts:8:7
❯ test/pending.test.ts:73:5
|
Linux
Process completed with exit code 1.
|