Skip to content

Commit

Permalink
build: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Aug 7, 2024
1 parent ce51151 commit 0e5d64b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/components/__tests__/RequesterConfig.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jest.mock('../configurators/CircleCIRequesterConfig', () => ({
CircleCIRequesterConfig: () => null,
}));


import * as React from 'react';
import { act } from 'react-dom/test-utils';
import { shallow, mount } from 'enzyme';
Expand Down

0 comments on commit 0e5d64b

Please sign in to comment.