From b2a769a863a587a471562c8cce8734bc6ccd4cf1 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 19 May 2023 08:28:39 +0100 Subject: [PATCH] chore: remove outdated todo comment --- test/basic.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/basic.test.ts b/test/basic.test.ts index ff5332d8fe2e..e221b8443648 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')