Skip to content

Commit

Permalink
fix(linter): fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Dec 12, 2023
1 parent 8332c27 commit acc4ea7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ describe('monorepo generator', () => {

// Extracted base config files
expect(tree.exists('tsconfig.base.json')).toBeTruthy();
expect(tree.exists('.eslintrc.base.json')).toBeTruthy();
expect(tree.exists('jest.config.ts')).toBeTruthy();
});
});

0 comments on commit acc4ea7

Please sign in to comment.