Skip to content

Commit

Permalink
Update Suspense.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 authored Dec 7, 2023
1 parent 2607362 commit 2ee3ca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ describe('Suspense', () => {
expect(calls).toEqual([`one mounted`, `one unmounted`, `two mounted`])
})

test('ensure the fallback content is in the correct position', async () => {
test('mount the fallback content is in the correct position', async () => {
const makeComp = (name: string, delay = 0) =>
defineAsyncComponent(
{
Expand Down

0 comments on commit 2ee3ca8

Please sign in to comment.