Skip to content

Commit

Permalink
Comment out glob 8 workaround to see what happens to Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Feb 15, 2025
1 parent 1084d62 commit 830ccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FindTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function resolveCliArgGlob(
// https://github.com/isaacs/minimatch/commit/9104d8d175bdd8843338103be1401f80774d2a10#diff-f41746899d033115e03bebe4fbde76acf2de4bf261bfb221744808f4c8a286cf
const pattern =
process.platform === 'win32'
? globRelativeToProjectRoot.replace(/\\/g, '/')
? globRelativeToProjectRoot //.replace(/\\/g, '/')
: globRelativeToProjectRoot;

return glob
Expand Down

0 comments on commit 830ccef

Please sign in to comment.