We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.only
1 parent fd0e3b0 commit d5324f4Copy full SHA for d5324f4
1 file changed
test/__tests__/stdin-filepath.js
@@ -93,7 +93,7 @@ describe("apply editorconfig for stdin-filepath in root", () => {
93
});
94
95
96
-describe.only("apply editorconfig for stdin-filepath with a deep path", () => {
+describe("apply editorconfig for stdin-filepath with a deep path", () => {
97
runCli(
98
"editorconfig",
99
["--stdin-filepath", "a/".repeat(30) + "three.js"],
0 commit comments