2024-09-16 22:38:40 +03:00
|
|
|
Check [WILDCARD]/main.ts
|
|
|
|
Uncaught error from ./main.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
|
|
|
|
2024-09-16 22:38:40 +03:00
|
|
|
./main.ts (uncaught error)
|
2022-05-09 10:44:50 +01:00
|
|
|
error: (in promise) Error: rejection
|
2021-06-29 21:40:16 +08:00
|
|
|
reject(new Error("rejection"));
|
|
|
|
^
|
2024-09-16 22:38:40 +03:00
|
|
|
at [WILDCARD]/main.ts:2:10
|
2021-06-29 21:40:16 +08:00
|
|
|
at new Promise (<anonymous>)
|
2024-09-16 22:38:40 +03:00
|
|
|
at [WILDCARD]/main.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
|
|
|
|
|
2024-09-16 22:38:40 +03:00
|
|
|
./main.ts (uncaught error)
|
2022-05-09 10:44:50 +01:00
|
|
|
|
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
|