Skip to content

Commit

Permalink
chore: Update processFiles test to use sequential execution
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 20, 2024
1 parent 46d1d66 commit e39bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/file-processor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function normalizePath(filePath: string): string {
return filePath.replace(/\\/g, '/');
}

describe('processFiles', () => {
describe.sequential('processFiles', () => {
const fixturesPath = path.resolve(__dirname, '../fixtures/test-project');
const normalizedFixturesPath = path.normalize(fixturesPath);
const tempGitignorePath = path.join(normalizedFixturesPath, '.gitignore');
Expand Down

0 comments on commit e39bf22

Please sign in to comment.