Skip to content

Commit

Permalink
fix: exclude test fixtures directory from test discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Nov 8, 2024
1 parent b181c3a commit 2cf7190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ async function getElectronTests(
if (!files) {
files = await vscode.workspace.findFiles(
new vscode.RelativePattern(electronRoot, `spec/**/*-spec.{js,ts}`),
"**/node_modules/**",
"{**/node_modules/**,**/spec/fixtures/**}",
);
}

Expand Down

0 comments on commit 2cf7190

Please sign in to comment.