master
Lucas Duailibe 2017-12-05 17:48:10 -02:00
parent 46f657bbaa
commit c986f45ec7
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ describe("skips folders in glob", () => {
describe("skip folders passed specifically", () => {
runPrettier("cli/skip-folders", [
"a", "a/file.js", "b", "b/file.js",
"a",
"a/file.js",
"b",
"b/file.js",
"-l"
]).test({ status: 1, stderr: "" });
});