Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 23dc6f2

Browse files
committed
test: fix another failing test
1 parent dc5ffe6 commit 23dc6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/service/src/plugins/svelte/svelte.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { format } from 'prettier'
33

44
test('format svelte', () => {
55
expect(
6-
formatSvelte(format)(` <button> click me</button>`, {
6+
formatSvelte(format)(` <button>click me</button>`, {
77
filepath: 'index.svelte',
88
})
99
).toBe(`<button>click me</button>

0 commit comments

Comments
 (0)