Skip to content

Commit d5324f4

Browse files
committed
test: remove leftover .only
1 parent fd0e3b0 commit d5324f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/__tests__/stdin-filepath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("apply editorconfig for stdin-filepath in root", () => {
9393
});
9494
});
9595

96-
describe.only("apply editorconfig for stdin-filepath with a deep path", () => {
96+
describe("apply editorconfig for stdin-filepath with a deep path", () => {
9797
runCli(
9898
"editorconfig",
9999
["--stdin-filepath", "a/".repeat(30) + "three.js"],

0 commit comments

Comments
 (0)