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 c4d6e61 commit 8eeba76Copy full SHA for 8eeba76
1 file changed
packages/jest-types/src/Circus.ts
@@ -273,7 +273,9 @@ export type DescribeBlock = {
273
tests: Array<TestEntry>;
274
};
275
276
-export type TestError = Exception | [Exception | undefined, Exception | undefined]; // the error from the test, as well as a backup error for async
+export type TestError =
277
+ | Exception
278
+ | [Exception | undefined, Exception | undefined]; // the error from the test, as well as a backup error for async
279
280
export type TestEntry = {
281
type: 'test';
0 commit comments