Skip to content

Commit e09f847

Browse files
committed
chore: typos
1 parent 81dc090 commit e09f847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/runtime-core/__tests__/components/Suspense.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ describe('Suspense', () => {
12371237
})
12381238

12391239
describe('warnings', () => {
1240-
// base function to check if a combination of solts warns or not
1240+
// base function to check if a combination of slots warns or not
12411241
function baseCheckWarn(
12421242
shouldWarn: boolean,
12431243
children: RawSlots,
@@ -1281,8 +1281,8 @@ describe('Suspense', () => {
12811281

12821282
test('does not warn on <component :is="null" />', async () => {
12831283
checkNoWarn({
1284-
default: () => [resolveDynamicComponent(null)]
1285-
// fallback: () => null
1284+
default: () => [resolveDynamicComponent(null)],
1285+
fallback: () => null
12861286
})
12871287
})
12881288

0 commit comments

Comments
 (0)