chore: prettier format (#4715) [ci skip]

This commit is contained in:
btea
2021-10-08 11:00:05 -05:00
committed by GitHub
parent 7a1e6620bf
commit c9613ebe09
3 changed files with 6 additions and 5 deletions

View File

@@ -780,9 +780,7 @@ describe('compiler: transform component slots', () => {
})
test('<slot w/ nested component>', () => {
const { slots } = parseWithSlots(
`<Comp><Comp><slot/></Comp></Comp>`
)
const { slots } = parseWithSlots(`<Comp><Comp><slot/></Comp></Comp>`)
expect(slots).toMatchObject(toMatch)
})
})