Skip to content

Commit

Permalink
Update tests/lib/cli.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
nzakas and mdjermanovic committed Dec 20, 2023
1 parent 35ccf30 commit 4816e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe("cli", () => {
describe("when given a valid built-in formatter name", () => {
it(`should execute without any errors with configType:${configType}`, async () => {
const filePath = getFixturePath("passing.js");
const exit = await cli.execute(`${flag} -f checkstyle ${filePath}`, null, useFlatConfig);
const exit = await cli.execute(`${flag} -f json ${filePath}`, null, useFlatConfig);

assert.strictEqual(exit, 0);
});
Expand Down

0 comments on commit 4816e25

Please sign in to comment.