Skip to content

Commit e856535

Browse files
committed
fix: type for generic test
1 parent e07dad3 commit e856535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/unraid-api/unraid-file-modifier/modifications/__test__/generic-modification.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import SSOFileModification from '@app/unraid-api/unraid-file-modifier/modificati
1111
import { existsSync } from 'fs';
1212

1313
interface ModificationTestCase {
14-
ModificationClass: typeof FileModification;
14+
ModificationClass: new (...args: ConstructorParameters<typeof FileModification>) => FileModification;
1515
fileUrl: string;
1616
}
1717

0 commit comments

Comments
 (0)