Skip to content

Commit

Permalink
chore: test ci on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Sep 23, 2024
1 parent d60478e commit d45dd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"url": "https://github.com/web-infra-dev/rspack-dev-server"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.8.3",
"@jest/test-sequencer": "^29.7.0",
"@rspack/core": "1.0.5",
"@rspack/plugin-react-refresh": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/normalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const escapedCwdRegExp = new RegExp(
"g"
);
const normalize = str => {
let normalizedStr = str;
let normalizedStr = str.split(CURRENT_CWD).join("<cwd>");
if (CURRENT_CWD.startsWith("/")) {
normalizedStr = normalizedStr.replace(
new RegExp(quoteMeta(CURRENT_CWD), "g"),
Expand Down

0 comments on commit d45dd26

Please sign in to comment.