File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/runtime-core/__tests__/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1237,7 +1237,7 @@ describe('Suspense', () => {
1237
1237
} )
1238
1238
1239
1239
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
1241
1241
function baseCheckWarn (
1242
1242
shouldWarn : boolean ,
1243
1243
children : RawSlots ,
@@ -1281,8 +1281,8 @@ describe('Suspense', () => {
1281
1281
1282
1282
test ( 'does not warn on <component :is="null" />' , async ( ) => {
1283
1283
checkNoWarn ( {
1284
- default : ( ) => [ resolveDynamicComponent ( null ) ]
1285
- // fallback: () => null
1284
+ default : ( ) => [ resolveDynamicComponent ( null ) ] ,
1285
+ fallback : ( ) => null
1286
1286
} )
1287
1287
} )
1288
1288
You can’t perform that action at this time.
0 commit comments