Skip to content

Commit 4542293

Browse files
committed
test: dummy test for windows
1 parent ca808dc commit 4542293

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

test/git-check-ignore.test.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ checkEnv('IGNORE_ONLY_FIXTURES') && cases(({
162162
// which `node-ignore` should not do as well
163163
|| !expected.every(notGitBuiltin)
164164
) {
165-
test(`test skipped for windows`, t => {
166-
t.pass()
167-
t.end()
168-
})
169165
return
170166
}
171167

@@ -176,3 +172,8 @@ checkEnv('IGNORE_ONLY_FIXTURES') && cases(({
176172
t.end()
177173
})
178174
})
175+
176+
test(`dummy test for windows`, t => {
177+
t.pass()
178+
t.end()
179+
})

0 commit comments

Comments
 (0)