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 5ab389f commit 1a045fcCopy full SHA for 1a045fc
packages/app/src/sandbox/eval/tests/jest-lite.js
@@ -18,11 +18,11 @@ import {
18
dispatch as dispatchJest,
19
ROOT_DESCRIBE_BLOCK_NAME,
20
} from 'jest-circus/build/state';
21
-
22
-import run from './run-circus';
23
import { parse } from 'sandbox-hooks/react-error-overlay/utils/parser';
24
import { map } from 'sandbox-hooks/react-error-overlay/utils/mapper';
25
+import run from './run-circus';
+
26
import type Manager from '../manager';
27
import type { Module } from '../entities/module';
28
import type {
0 commit comments