Enhance test reliability by using node:assert
#8709
Annotations
2 errors
test/Stream/interrupting.test.ts > Stream > forked children are not interrupted early by interruptWhen:
packages/effect/test/util.ts#L7
AssertionError: Expected values to be strictly equal:
10 !== true
- Expected:
true
+ Received:
10
❯ Module.assertTrue test/util.ts:7:10
❯ test/Stream/interrupting.test.ts:213:7
|
Test (Node 4/4)
Process completed with exit code 1.
|