Skip to content

Commit

Permalink
test: fixes skipped pending for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Dec 20, 2024
1 parent 0e91185 commit ca808dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/git-check-ignore.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ca808dc

Please sign in to comment.