refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user