Skip to content

Commit

Permalink
Update tests/lib/cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Sep 9, 2022
1 parent a2e5be4 commit 8adb52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/cli.js
Expand Up @@ -171,7 +171,7 @@ describe("cli", () => {
});
});

describe.only("when there is a local config file", () => {
describe("when there is a local config file", () => {

it(`should load the local config file with configType:${configType}`, async () => {
await cli.execute("lib/cli.js", null, useFlatConfig);
Expand Down

0 comments on commit 8adb52f

Please sign in to comment.