Skip to content

Commit 9943f02

Browse files
Jokcyangelogulina
andauthored
fix typo
Co-authored-by: Angelo <[email protected]>
1 parent 54e7cf9 commit 9943f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/findComponent.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ describe('findComponent', () => {
244244
components: { SlotMain }
245245
})
246246

247-
it('finds components with slots which will be compile to `{ default: () => [children] }`', () => {
247+
it('finds components with slots which will be compiled to `{ default: () => [children] }`', () => {
248248
const wrapper = mount(SlotApp)
249249
expect(wrapper.findComponent(slotComponent).exists()).toBe(true)
250250
expect(wrapper.findComponent(compB).exists()).toBe(true)

0 commit comments

Comments
 (0)