Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 5, 2024
1 parent 84f6570 commit cb1537f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const HOST_CONFIG: HostConfig = { hostname: 'localhost' }

describe('useStopRunMutation hook', () => {
let wrapper: React.FunctionComponent<{ children: React.ReactNode }>
const createStopRunActionData = { actionType: RUN_ACTION_TYPE_STOP }

beforeEach(() => {
const queryClient = new QueryClient()
Expand Down

0 comments on commit cb1537f

Please sign in to comment.