From: Evan You Date: Thu, 30 Jan 2025 14:45:41 +0000 (+0800) Subject: chore: mark test as todo X-Git-Tag: v3.6.0-alpha.1~16^2~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13db00c597e60ce0d6c6002616ba8a7c81cf45c;p=thirdparty%2Fvuejs%2Fcore.git chore: mark test as todo --- diff --git a/packages/compiler-vapor/__tests__/scopeId.spec.ts b/packages/compiler-vapor/__tests__/scopeId.spec.ts index 3de16e61af..da17ef5552 100644 --- a/packages/compiler-vapor/__tests__/scopeId.spec.ts +++ b/packages/compiler-vapor/__tests__/scopeId.spec.ts @@ -1,9 +1,3 @@ -import { compile } from '../src/compile' +// import { compile } from '../src/compile' -describe('scopeId compiler support', () => { - test('should only work in module mode', () => { - expect(() => { - compile(``, { scopeId: 'test' }) - }).toThrow(`"scopeId" option is only supported in module mode`) - }) -}) +describe.todo('scopeId compiler support', () => {})