We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048d1c5 commit 8c52045Copy full SHA for 8c52045
1 file changed
e2e/__tests__/failures.test.ts
@@ -94,7 +94,7 @@ test('errors after test has completed', () => {
94
const {stderr} = runJest(dir, ['errorAfterTestComplete.test.js']);
95
96
expect(stderr).toMatch(
97
- /Error: Caught error after test environment was torn down/,
+ /Error(WithStack)?: Caught error after test environment was torn down/,
98
);
99
expect(stderr).toMatch(/Failed: "fail async"/);
100
});
0 commit comments