diff --git a/tests/unit/file-processor.test.ts b/tests/unit/file-processor.test.ts index 5a92b35..c7e2d42 100644 --- a/tests/unit/file-processor.test.ts +++ b/tests/unit/file-processor.test.ts @@ -16,7 +16,7 @@ function normalizePath(filePath: string): string { return filePath.replace(/\\/g, '/'); } -describe.sequential('processFiles', () => { +describe('processFiles', () => { const fixturesPath = path.resolve(__dirname, '../fixtures/test-project'); const normalizedFixturesPath = path.normalize(fixturesPath); const tempGitignorePath = path.join(normalizedFixturesPath, '.gitignore');