2021-06-29 21:40:16 +08:00
|
|
|
Check [WILDCARD]/test/unhandled_rejection.ts
|
2022-05-09 10:44:50 +01:00
|
|
|
Uncaught error from ./test/unhandled_rejection.ts FAILED
|
2021-04-29 02:17:04 +08:00
|
|
|
|
2022-05-09 10:44:50 +01:00
|
|
|
ERRORS
|
2021-04-29 02:17:04 +08:00
|
|
|
|
2022-05-09 10:44:50 +01:00
|
|
|
./test/unhandled_rejection.ts (uncaught error)
|
|
|
|
error: (in promise) Error: rejection
|
2021-06-29 21:40:16 +08: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 10:44:50 +01: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 20:51:49 +02:00
|
|
|
FAILED | 0 passed | 1 failed ([WILDCARD])
|
2022-05-09 10:44:50 +01:00
|
|
|
|
|
|
|
error: Test failed
|