2021-06-29 09:40:16 -04:00
|
|
|
Check [WILDCARD]/test/unhandled_rejection.ts
|
2022-05-09 05:44:50 -04:00
|
|
|
Uncaught error from ./test/unhandled_rejection.ts FAILED
|
2021-04-28 14:17:04 -04:00
|
|
|
|
2022-05-09 05:44:50 -04:00
|
|
|
ERRORS
|
2021-04-28 14:17:04 -04:00
|
|
|
|
2022-05-09 05:44:50 -04:00
|
|
|
./test/unhandled_rejection.ts (uncaught error)
|
|
|
|
error: (in promise) Error: rejection
|
2021-06-29 09:40:16 -04:00
|
|
|
reject(new Error("rejection"));
|
|
|
|
^
|
|
|
|
at [WILDCARD]/test/unhandled_rejection.ts:2:10
|
|
|
|
at new Promise (<anonymous>)
|
|
|
|
at [WILDCARD]/test/unhandled_rejection.ts:1:1
|
2022-05-09 05:44:50 -04:00
|
|
|
This error was not caught from a test and caused the test runner to fail on the referenced module.
|
|
|
|
It most likely originated from a dangling promise, event/timeout handler or top-level code.
|
|
|
|
|
|
|
|
FAILURES
|
|
|
|
|
|
|
|
./test/unhandled_rejection.ts (uncaught error)
|
|
|
|
|
2022-06-14 14:51:49 -04:00
|
|
|
FAILED | 0 passed | 1 failed ([WILDCARD])
|
2022-05-09 05:44:50 -04:00
|
|
|
|
|
|
|
error: Test failed
|