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

Commit

Permalink
test: fix another failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSiefke committed Nov 10, 2020
1 parent dc5ffe6 commit 23dc6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/service/src/plugins/svelte/svelte.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { format } from 'prettier'

test('format svelte', () => {
expect(
formatSvelte(format)(` <button> click me</button>`, {
formatSvelte(format)(` <button>click me</button>`, {
filepath: 'index.svelte',
})
).toBe(`<button>click me</button>
Expand Down

0 comments on commit 23dc6f2

Please sign in to comment.