mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: remove outdated todo comment
This commit is contained in:
parent
25c150136d
commit
b2a769a863
@ -597,7 +597,6 @@ describe('navigate', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('preserves current instance', () => {
|
describe('preserves current instance', () => {
|
||||||
// TODO: reenable when https://github.com/vuejs/core/issues/7733 is resolved
|
|
||||||
it('should not return getCurrentInstance when there\'s an error in data', async () => {
|
it('should not return getCurrentInstance when there\'s an error in data', async () => {
|
||||||
await fetch('/instance/error')
|
await fetch('/instance/error')
|
||||||
const html = await $fetch('/instance/next-request')
|
const html = await $fetch('/instance/next-request')
|
||||||
|
Loading…
Reference in New Issue
Block a user