Skip to content

Commit

Permalink
remove lgos
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Apr 26, 2023
1 parent 7cf7c68 commit 833b153
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/compiler/sys/typescript/typescript-sys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,8 @@ export const patchTypeScriptGetParsedCommandLineOfConfigFile = () => {
) => {
const results = orgGetParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCache);

console.log('GOT CALLED');

// manually filter out any .spec or .e2e files
results.fileNames = results.fileNames.filter((f) => {
console.log('checking ', f);
// filter e2e tests
if (f.includes('.e2e.') || f.includes('/e2e.')) {
return false;
Expand Down

0 comments on commit 833b153

Please sign in to comment.