Skip to content

Commit 4d47285

Browse files
authored
Fix integration test (#2486)
1 parent 0d91fe8 commit 4d47285

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/projects.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ export default [
220220
ignore: [
221221
// Cannot parse `'\033'`
222222
'build/**',
223+
// Invalid syntax
224+
'src/vs/platform/files/test/node/fixtures/**',
225+
'src/vs/workbench/services/search/test/node/fixtures/examples/**',
223226
],
224227
},
225228
].flatMap((projectOrProjects, index) =>

0 commit comments

Comments
 (0)