Skip to content

Commit

Permalink
test: try to fix istanbul coverage for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Dec 20, 2024
1 parent 6a06a87 commit de3cabe
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 @@ -741,7 +741,7 @@ factory.isPathValid = isPathValid

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

0 comments on commit de3cabe

Please sign in to comment.