Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dheesen committed Jan 22, 2025
1 parent 4a38bc5 commit adcedd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright.config.example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function getTestFiles(baseDir: string, customDir: string): string[] {
testFiles.add(fs.existsSync(customFilePath) ? customFilePath : baseFilePath);
}

// Add custom files that aren't in base
for (const file of customFiles) {
if (!baseFiles.has(file)) {
testFiles.add(path.join(customDir, file));
Expand Down

0 comments on commit adcedd8

Please sign in to comment.