This commit is contained in:
James Brunton 2025-09-17 10:58:35 +01:00
parent 7e6fe58d2d
commit d1fb7d2e5d

View File

@ -91,7 +91,6 @@ describe('useRotateOperation', () => {
test.each([
{ property: 'toolType' as const, expectedValue: ToolType.singleFile },
{ property: 'endpoint' as const, expectedValue: '/api/v1/general/rotate-pdf' },
{ property: 'filePrefix' as const, expectedValue: 'rotated_' },
{ property: 'operationType' as const, expectedValue: 'rotate' }
])('should configure $property correctly', ({ property, expectedValue }) => {
renderHook(() => useRotateOperation());