diff --git a/test/git-check-ignore.test.js b/test/git-check-ignore.test.js index 4bae133..e3e7a88 100644 --- a/test/git-check-ignore.test.js +++ b/test/git-check-ignore.test.js @@ -162,6 +162,10 @@ checkEnv('IGNORE_ONLY_FIXTURES') && cases(({ // which `node-ignore` should not do as well || !expected.every(notGitBuiltin) ) { + test(`test skipped for windows`, t => { + t.pass() + t.end() + }) return }