refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -12,7 +12,7 @@ test("scaffold component: props + class", () => {
|
||||
const f = scaffold("component", "user-card");
|
||||
expect(f.path).toBe("components/user-card.wrn");
|
||||
expect(f.content).toContain("component UserCard {");
|
||||
expect(f.content).toContain('class="wire-user-card"');
|
||||
expect(f.content).toContain('class="wrn-user-card"');
|
||||
});
|
||||
|
||||
test("scaffold api: nested path keeps directories, exports GET", () => {
|
||||
|
||||
Reference in New Issue
Block a user