refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -63,7 +63,7 @@ test("Captcha.wrn parses and exposes the full public contract", async () => {
|
||||
expect(source).toContain("order: -1");
|
||||
expect(source).toContain("data-[captcha-size=big]");
|
||||
expect(source).toContain("{...attrs}");
|
||||
expect(source).toContain("--wire-");
|
||||
expect(source).toContain("--wrn-");
|
||||
expect(source).not.toMatch(/=\{/);
|
||||
expect(source).toContain('data-wrnexus-runtime="captcha"');
|
||||
expect(source).not.toContain("<script");
|
||||
|
||||
Reference in New Issue
Block a user