[0m[38;5;245mrunning 3 tests from ./twoleak_test.ts[0m
t1 passes ... [0m[32mok[0m [0m[38;5;245m(162µs)[0m
t2 leaks ... [0m[31mFAILED[0m [0m[38;5;245m(18ms)[0m
t3 leaks ... [0m[31mFAILED[0m [0m[38;5;245m(256µs)[0m

[0m[1m[37m[41m ERRORS [0m

t2 leaks [0m[38;5;245m=> ./twoleak_test.ts:2:6[0m
[0m[1m[31merror[0m: Leaks detected:
  - An interval was started in this test, but never completed. This is often caused by not calling `clearInterval`.
To get more details where leaks occurred, run again with the --trace-leaks flag.

t3 leaks [0m[38;5;245m=> ./twoleak_test.ts:3:6[0m
[0m[1m[31merror[0m: Leaks detected:
  - An interval was started in this test, but never completed. This is often caused by not calling `clearInterval`.
To get more details where leaks occurred, run again with the --trace-leaks flag.

[0m[1m[37m[41m FAILURES [0m

t2 leaks [0m[38;5;245m=> ./twoleak_test.ts:2:6[0m
t3 leaks [0m[38;5;245m=> ./twoleak_test.ts:3:6[0m

[0m[31mFAILED[0m | 1 passed | 2 failed [0m[38;5;245m(21ms)[0m

[0m[1m[31merror[0m: Test failed
