Skip to content

Commit 1a045fc

Browse files
committed
Move imports
1 parent 5ab389f commit 1a045fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/src/sandbox/eval/tests/jest-lite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ import {
1818
dispatch as dispatchJest,
1919
ROOT_DESCRIBE_BLOCK_NAME,
2020
} from 'jest-circus/build/state';
21-
22-
import run from './run-circus';
2321
import { parse } from 'sandbox-hooks/react-error-overlay/utils/parser';
2422
import { map } from 'sandbox-hooks/react-error-overlay/utils/mapper';
2523

24+
import run from './run-circus';
25+
2626
import type Manager from '../manager';
2727
import type { Module } from '../entities/module';
2828
import type {

0 commit comments

Comments
 (0)