Node Nightly CI #42
Annotations
2 errors
e2e/__tests__/failures.test.ts#L123
expect(received).toMatch(expected)
Expected pattern: /Error(WithStack)?: Caught error after test environment was torn down/
Received string: "FAIL __tests__/errorAfterTestComplete.test.js
✕ a failing test (30 ms)·
● a failing test·
Caught error after test environment was torn down·
Failed: \"fail async\"·
9 |
10 | test('a failing test', done => {
> 11 | setTimeout(() => done('fail async'), 5);
| ^
12 | done();
13 | });
14 |·
at Timeout.done [as _onTimeout] (__tests__/errorAfterTestComplete.test.js:11:20)·
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 0 total
Time: 1.951 s
Ran all test suites matching errorAfterTestComplete.test.js."
at Object.toMatch (e2e/__tests__/failures.test.ts:123:18)
|
|
The logs for this run have expired and are no longer available.
Loading