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.
1 parent ca808dc commit 4542293Copy full SHA for 4542293
1 file changed
test/git-check-ignore.test.js
@@ -162,10 +162,6 @@ checkEnv('IGNORE_ONLY_FIXTURES') && cases(({
162
// which `node-ignore` should not do as well
163
|| !expected.every(notGitBuiltin)
164
) {
165
- test(`test skipped for windows`, t => {
166
- t.pass()
167
- t.end()
168
- })
169
return
170
}
171
@@ -176,3 +172,8 @@ checkEnv('IGNORE_ONLY_FIXTURES') && cases(({
176
172
t.end()
177
173
})
178
174
175
+
+test(`dummy test for windows`, t => {
+ t.pass()
+ t.end()
179
+})
0 commit comments