fix: lint

This commit is contained in:
Eli Bosley
2025-02-04 13:44:02 -05:00
parent 1392bdeecb
commit 133c8e0d70

View File

@@ -6,12 +6,12 @@ import { join } from 'path';
import { createPatch } from 'diff';
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
import { fileExistsSync } from '@app/core/utils/files/file-exists';
import {
FileModification,
ShouldApplyWithReason,
} from '@app/unraid-api/unraid-file-modifier/file-modification';
import { UnraidFileModificationService } from '@app/unraid-api/unraid-file-modifier/unraid-file-modifier.service';
import { fileExistsSync } from '@app/core/utils/files/file-exists';
const FIXTURE_PATH = join(__dirname, 'modifications', '__test__', '__fixtures__', 'text-patch-file.txt');
const ORIGINAL_CONTENT = 'original';