Skip to content

Commit

Permalink
test: try to fixes windows coverage due to that "istanbul ignore if" …
Browse files Browse the repository at this point in the history
…does not work
  • Loading branch information
kaelzhang committed Nov 19, 2024
1 parent c43e4dc commit a8efe85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ factory.isPathValid = isPathValid

// Windows
// --------------------------------------------------------------
/* istanbul ignore if */
/* istanbul ignore next */
if (
// Detect `process` so that it can run in browsers.
typeof process !== 'undefined'
Expand Down

0 comments on commit a8efe85

Please sign in to comment.