Skip to content

Commit e21e1a8

Browse files
committed
revert previous commit
1 parent 4f3f940 commit e21e1a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dev/typescript/projects.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ export const PROJECTS = [
5050
...glob
5151
.sync('test/plugin_functional/plugins/*/tsconfig.json', { cwd: REPO_ROOT })
5252
.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))),
5653
];
5754

5855
export function filterProjectsByFlag(projectFlag?: string) {

0 commit comments

Comments
 (0)