Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 22, 2021
1 parent 81dc090 commit e09f847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/runtime-core/__tests__/components/Suspense.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ describe('Suspense', () => {
})

describe('warnings', () => {
// base function to check if a combination of solts warns or not
// base function to check if a combination of slots warns or not
function baseCheckWarn(
shouldWarn: boolean,
children: RawSlots,
Expand Down Expand Up @@ -1281,8 +1281,8 @@ describe('Suspense', () => {

test('does not warn on <component :is="null" />', async () => {
checkNoWarn({
default: () => [resolveDynamicComponent(null)]
// fallback: () => null
default: () => [resolveDynamicComponent(null)],
fallback: () => null
})
})

Expand Down

0 comments on commit e09f847

Please sign in to comment.