Skip to content

Commit

Permalink
test: run posix test on windows, why not?
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 10, 2023
1 parent 51d43c1 commit 99496cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/rimraf-posix.js
@@ -1,11 +1,11 @@
// have to do this *before* loading tap, or else the fact that we
// load rimraf-posix.js for tap's fixture cleanup will cause it to
// have some coverage, but not 100%, failing the coverage check.
if (process.platform === 'win32') {
console.log('TAP version 13')
console.log('1..0 # this test does not work reliably on windows')
process.exit(0)
}
// if (process.platform === 'win32') {
// console.log('TAP version 13')
// console.log('1..0 # this test does not work reliably on windows')
// process.exit(0)
// }

const t = require('tap')
const {
Expand Down

0 comments on commit 99496cd

Please sign in to comment.