2024-09-16 15:38:40 -04:00
|
|
|
running 2 tests from [WILDCARD]/main.ts
|
2023-04-27 08:40:03 -04:00
|
|
|
foo ...
|
2024-09-16 15:38:40 -04:00
|
|
|
Uncaught error from [WILDCARD]/main.ts FAILED
|
2023-04-27 08:40:03 -04:00
|
|
|
foo ... cancelled (0ms)
|
|
|
|
bar ... cancelled (0ms)
|
|
|
|
|
|
|
|
ERRORS
|
|
|
|
|
2024-09-16 15:38:40 -04:00
|
|
|
[WILDCARD]/main.ts (uncaught error)
|
2023-04-27 08:40:03 -04:00
|
|
|
error: Error: foo
|
|
|
|
reportError(new Error("foo"));
|
|
|
|
^
|
2024-09-16 15:38:40 -04:00
|
|
|
at [WILDCARD]/main.ts:2:15
|
2023-04-27 08:40:03 -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
|
|
|
|
|
2024-09-16 15:38:40 -04:00
|
|
|
[WILDCARD]/main.ts (uncaught error)
|
2023-04-27 08:40:03 -04:00
|
|
|
|
|
|
|
FAILED | 0 passed | 3 failed ([WILDCARD])
|
|
|
|
|
|
|
|
error: Test failed
|