Skip to content

Commit

Permalink
Fix cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Oct 20, 2022
1 parent 4a5697f commit 762f84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/cli.js
Expand Up @@ -746,7 +746,7 @@ describe("cli", () => {
: `--ignore-path ${getFixturePath(".eslintignore")}`;
const filePath = getFixturePath("cli");
const expectedMessage = useFlatConfig
? `All files matched by '${filePath.replace(/\\/gu, "/")}/**/*.js' are ignored.`
? `All files matched by '${filePath.replace(/\\/gu, "/")}' are ignored.`
: `All files matched by '${filePath}' are ignored.`;

await stdAssert.rejects(async () => {
Expand Down

0 comments on commit 762f84c

Please sign in to comment.