Skip to content

Commit a3a3724

Browse files
style(lint): ran npm run lint
Ci was failing and I want that green check mark.
1 parent f1ff7e3 commit a3a3724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/core/compiler/io/cleanAndMergeAdjacentTextNodesRecurse.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { XmlParserElementNode, XmlParserResult } from 'xml-parser-xo';
21
import { describe, expect, test } from 'vitest';
2+
import type { XmlParserElementNode } from 'xml-parser-xo';
33
import { cleanAndMergeAdjacentTextNodesRecurse } from '#lib/core/compiler/io';
44

55
describe('function cleanAndMergeAdjacentTextNodesRecurse', () => {

0 commit comments

Comments
 (0)