refactor: migrate legacy wire namespace to wrn
Quality / quality (ubuntu-latest) (push) Failing after 9m49s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-12 18:51:15 +05:30
parent ec23dd4c93
commit 2c960fc1dc
488 changed files with 27306 additions and 19063 deletions
+3 -3
View File
@@ -41,11 +41,11 @@ describe("i18n package kit", () => {
"utf8",
);
expect(source).toContain("<select");
expect(source).toContain("data-wire-lang");
expect(source).toMatch(/<select[\s\S]*data-wire-lang/);
expect(source).toContain("data-wrn-lang");
expect(source).toMatch(/<select[\s\S]*data-wrn-lang/);
expect(source).toContain("selected='{locale.value == current}'");
expect(source).toContain('variant == "segmented"');
expect(source).toContain("wire-language-switcher--compact");
expect(source).toContain("wrn-language-switcher--compact");
});
test("replaces primitive namespace collisions safely", () => {