Skip to content

Commit

Permalink
chore: mark test as todo
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 30, 2025
1 parent 34a0ad7 commit a13db00
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/compiler-vapor/__tests__/scopeId.spec.ts
Original file line number Diff line number Diff line change
@@ -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', () => {})

0 comments on commit a13db00

Please sign in to comment.