Skip to content

Commit

Permalink
fix: fix text broken by new message
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Aug 15, 2019
1 parent dbe2d18 commit d5cbdeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/typescript-estree/tests/lib/semanticInfo.ts
Expand Up @@ -236,9 +236,7 @@ describe('semanticInfo', () => {
`function M() { return Base }`,
createOptions('<input>'),
),
).toThrow(
`If "parserOptions.project" has been set for @typescript-eslint/parser, <input> must be included in at least one of the projects provided.`,
);
).toThrow(/The file does not match your project config: <input>/);
});

it('non-existent project file', () => {
Expand Down

0 comments on commit d5cbdeb

Please sign in to comment.