fix: parentheses

This commit is contained in:
Michael Brevard 2024-06-16 10:04:51 +03:00 committed by GitHub
parent 751e5f8194
commit b72e45ef9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2699,6 +2699,7 @@ describe('lazy import components', () => {
)
expect(await page.locator('body').getByText('This should be visible at first with events!').all()).toHaveLength(1)
expect(await page.locator('body').getByText('This shouldn\'t be visible at first with events!').all()).toHaveLength(1)
})
})
describe('defineNuxtComponent watch duplicate', () => {