Fix linting

This commit is contained in:
James Brunton 2025-09-09 11:46:56 +01:00
parent 8503d8879c
commit db72bcb0f8

View File

@ -2,7 +2,6 @@ import { describe, expect, test, vi, beforeEach } from 'vitest';
import { renderHook } from '@testing-library/react'; import { renderHook } from '@testing-library/react';
import { buildRedactFormData, redactOperationConfig, useRedactOperation } from './useRedactOperation'; import { buildRedactFormData, redactOperationConfig, useRedactOperation } from './useRedactOperation';
import { defaultParameters, RedactParameters } from './useRedactParameters'; import { defaultParameters, RedactParameters } from './useRedactParameters';
import { ToolOperationHook } from '../shared/useToolOperation';
// Mock the useToolOperation hook // Mock the useToolOperation hook
vi.mock('../shared/useToolOperation', async () => { vi.mock('../shared/useToolOperation', async () => {