fix(test): fix loadingindicator test case

This commit is contained in:
qqqys 2026-03-19 10:09:16 +08:00
parent 06bee05cc4
commit 200a29832e

View file

@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`<LoadingIndicator /> > should truncate long primary text instead of wrapping 1`] = `
"MockResponding This is an extremely long loading phrase that should be truncated in t (5s · esc to
Spinner cancel)"
" MockResponding This is an extremely long loading phrase that should be truncated in (5s · esc to
Spinner cancel)"
`;