Skip to content

Commit abfd1e2

Browse files
committed
Make it possible to have test data in cli-integration
This will now reload any files that live in `src/vscode-tests/*/data`.
1 parent 8e7fa4f commit abfd1e2

File tree

1 file changed

+1
-1
lines changed
  • extensions/ql-vscode/gulpfile.ts

1 file changed

+1
-1
lines changed

extensions/ql-vscode/gulpfile.ts/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function copyTestData() {
77
}
88

99
export function watchTestData() {
10-
return gulp.watch(['src/vscode-tests/no-workspace/data/**/*', 'src/vscode-tests/minimal-workspace/data/**/*'], copyTestData);
10+
return gulp.watch(['src/vscode-tests/*/data/**/*'], copyTestData);
1111
}
1212

1313
function copyNoWorkspaceData() {

0 commit comments

Comments
 (0)