Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Tyrrell22 committed Sep 19, 2023
1 parent b4144a6 commit f22f423
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import * as path from 'path';
import * as mockedFs from 'graceful-fs';
import type {AggregatedResult, Test, TestContext} from '@jest/test-result';
import {makeProjectConfig} from '@jest/test-utils';
import type {Config} from '@jest/types';
import TestSequencer from '../index';

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

0 comments on commit f22f423

Please sign in to comment.