diff --git a/test/basic.test.ts b/test/basic.test.ts index ff5332d8fe..e221b84436 100644 --- a/test/basic.test.ts +++ b/test/basic.test.ts @@ -597,7 +597,6 @@ describe('navigate', () => { }) 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 () => { await fetch('/instance/error') const html = await $fetch('/instance/next-request')