We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6d009 commit 435d728Copy full SHA for 435d728
src/utils/parser/node.spec.ts
@@ -8,14 +8,7 @@ import {
8
getTemplateElementAffixes,
9
getVAttributeName,
10
} from "./node";
11
-import {
12
- getFirstHTMLOpeningElement,
13
- getFirstJSXOpeningElement,
14
- getHTMLAttribute,
15
- getJSXAttribute,
16
- jsxAttribute,
17
- vAttribute,
18
-} from "./test-helpers";
+import { jsxAttribute, vAttribute } from "./test-helpers";
19
20
test("getClassnamesFromValue", () => {
21
expect(getClassnamesFromValue(`flex grow`)).toStrictEqual({
0 commit comments