Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD authored and sxzz committed Sep 1, 2023
1 parent 487928e commit 47e2f6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/runtime-core/__tests__/componentSlots.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,12 @@ describe('component: slots', () => {
}

const oldSlots = {
header: 'header'
header: 'header',
footer: undefined,
}
const newSlots = {
footer: 'footer'
header: undefined,
footer: 'footer',
}

const Comp = {
Expand Down

0 comments on commit 47e2f6f

Please sign in to comment.