Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert previous commit
Browse files Browse the repository at this point in the history
VladLasitsa committed May 5, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4f3f940 commit e21e1a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dev/typescript/projects.ts
Original file line number Diff line number Diff line change
@@ -50,9 +50,6 @@ export const PROJECTS = [
...glob
.sync('test/plugin_functional/plugins/*/tsconfig.json', { cwd: REPO_ROOT })
.map(path => new Project(resolve(REPO_ROOT, path))),
...glob
.sync('test/interpreter_functional/plugins/*/tsconfig.json', { cwd: REPO_ROOT })
.map(path => new Project(resolve(REPO_ROOT, path))),
];

export function filterProjectsByFlag(projectFlag?: string) {

0 comments on commit e21e1a8

Please sign in to comment.