chore: mark test as todo

This commit is contained in:
Evan You 2025-01-30 22:45:41 +08:00
parent 34a0ad7499
commit a13db00c59
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
1 changed files with 2 additions and 8 deletions

View File

@ -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', () => {})