Skip to content

Commit 435d728

Browse files
fix
1 parent ed6d009 commit 435d728

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/utils/parser/node.spec.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ import {
88
getTemplateElementAffixes,
99
getVAttributeName,
1010
} from "./node";
11-
import {
12-
getFirstHTMLOpeningElement,
13-
getFirstJSXOpeningElement,
14-
getHTMLAttribute,
15-
getJSXAttribute,
16-
jsxAttribute,
17-
vAttribute,
18-
} from "./test-helpers";
11+
import { jsxAttribute, vAttribute } from "./test-helpers";
1912

2013
test("getClassnamesFromValue", () => {
2114
expect(getClassnamesFromValue(`flex grow`)).toStrictEqual({

0 commit comments

Comments
 (0)