We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3f940 commit e21e1a8Copy full SHA for e21e1a8
src/dev/typescript/projects.ts
@@ -50,9 +50,6 @@ export const PROJECTS = [
50
...glob
51
.sync('test/plugin_functional/plugins/*/tsconfig.json', { cwd: REPO_ROOT })
52
.map(path => new Project(resolve(REPO_ROOT, path))),
53
- ...glob
54
- .sync('test/interpreter_functional/plugins/*/tsconfig.json', { cwd: REPO_ROOT })
55
- .map(path => new Project(resolve(REPO_ROOT, path))),
56
];
57
58
export function filterProjectsByFlag(projectFlag?: string) {
0 commit comments