-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
2,490 additions
and
1,235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/node_modules/vitest/dist/chunk-vite-node-externalize.105bc106.mjs b/node_modules/vitest/dist/chunk-vite-node-externalize.105bc106.mjs | ||
index e699878..a8e6cb0 100644 | ||
--- a/node_modules/vitest/dist/chunk-vite-node-externalize.105bc106.mjs | ||
+++ b/node_modules/vitest/dist/chunk-vite-node-externalize.105bc106.mjs | ||
@@ -7264,7 +7264,7 @@ function getStateSymbol(task) { | ||
spinner = elegantSpinner(); | ||
spinnerMap.set(task, spinner); | ||
} | ||
- return picocolors.exports.yellow(spinner()); | ||
+ return picocolors.exports.yellow("⇒"); | ||
} | ||
if (task.result.state === "pass") | ||
return picocolors.exports.green(F_CHECK); | ||
@@ -7287,7 +7287,7 @@ function getHookStateSymbol(task, hookName) { | ||
spinner = elegantSpinner(); | ||
spinnerMap2.set(hookName, spinner); | ||
} | ||
- return picocolors.exports.yellow(spinner()); | ||
+ return picocolors.exports.yellow("⇒"); | ||
} | ||
} | ||
const spinnerFrames = process.platform === "win32" ? ["-", "\\", "|", "/"] : ["\u280B", "\u2819", "\u2839", "\u2838", "\u283C", "\u2834", "\u2826", "\u2827", "\u2807", "\u280F"]; |
Oops, something went wrong.