mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
fix: parentheses
This commit is contained in:
parent
751e5f8194
commit
b72e45ef9e
@ -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', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user