Skip to content

Commit 7a2c704

Browse files
committed
chore: fix test-utils
1 parent f722d7c commit 7a2c704

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/parser/test-utils.ts

+2
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,8 @@ const nodeToKeys: SvelteKeysType = {
638638
SvelteStartTag: ["attributes", "selfClosing"],
639639
SvelteStyleElement: ["name", "startTag", "children", "endTag"],
640640
SvelteText: ["value"],
641+
SvelteRenderTag: ["expression"],
642+
SvelteSnippetBlock: ["id", "params", "children"],
641643
};
642644

643645
function normalizeObject(value: any) {

0 commit comments

Comments
 (0)