Skip to content

Commit f22f423

Browse files
fix: remove unused import
1 parent b4144a6 commit f22f423

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/jest-test-sequencer/src/__tests__/test_sequencer.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import * as path from 'path';
99
import * as mockedFs from 'graceful-fs';
1010
import type {AggregatedResult, Test, TestContext} from '@jest/test-result';
1111
import {makeProjectConfig} from '@jest/test-utils';
12-
import type {Config} from '@jest/types';
1312
import TestSequencer from '../index';
1413

1514
jest.mock('graceful-fs', () => ({

0 commit comments

Comments
 (0)