Skip to content

Commit

Permalink
chore: fix assertion on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev authored Oct 16, 2024
1 parent a9a7f71 commit 71cad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-79-npm/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if (!UPM) {
const inputs = globSync([process.env.FILTER || '*/*.js'], {
absolute: true,
ignore: ['*/*.config.js', '*/*.meta.js', '*/gulpfile.js', '*/*fixture*'],
});
}).map((p) => path.normalize(p));

let times = {};
const ci = process.env.CI;
Expand Down

0 comments on commit 71cad25

Please sign in to comment.