Skip to content

Commit

Permalink
test: fix tests for useProgramFromProjectService
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 26, 2024
1 parent c0bf6fc commit aae4be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const DEFAULT_PROJECT_FILES_ERROR_EXPLANATION = `
Having many files run with the default project is known to cause performance issues and slow down linting.
See https://typescript-eslint.io/troubleshooting/#allowDefaultProject-glob-too-wide
See https://typescript-eslint.io/troubleshooting/#allowdefaultproject-glob-too-wide
`;

export function validateDefaultProjectForFilesGlob(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('useProgramFromProjectService', () => {
Having many files run with the default project is known to cause performance issues and slow down linting.
See https://typescript-eslint.io/troubleshooting/#allowDefaultProject-glob-too-wide
See https://typescript-eslint.io/troubleshooting/#allowdefaultproject-glob-too-wide
Matching files:
- a
Expand Down

0 comments on commit aae4be7

Please sign in to comment.