Skip to content

Commit 88cf5f6

Browse files
marekvospelJounQin
authored andcommitted
tesr(html-self-closing): fix test outputs
1 parent 6fddc2e commit 88cf5f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/rules/html-self-closing/invalid/presets/none/preset-none-input.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- prettier-ignore -->
22
<div>
33
<div />
4-
<TestCompnent />
4+
<TestComponent />
55
<img />
66
</div>
77
<!-- prettier-ignore -->

tests/fixtures/rules/html-self-closing/invalid/presets/none/preset-none-output.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
<img >
66
</div>
77
<!-- prettier-ignore -->
8-
<svelte:head ></svelte:head>
8+
<svelte:head ></svelte:head>

0 commit comments

Comments
 (0)