refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -10,7 +10,7 @@ test("all authentication components use theme tokens and Tailwind utilities", ()
|
||||
for (const file of files) {
|
||||
const source = readFileSync(join(directory, file), "utf8");
|
||||
expect(source).toContain("component ");
|
||||
expect(source).toContain("--wire-");
|
||||
expect(source).toContain("--wrn-");
|
||||
expect(source).not.toContain("<style");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user