mirror of https://github.com/vuejs/core.git
chore: mark test as todo
This commit is contained in:
parent
34a0ad7499
commit
a13db00c59
|
@ -1,9 +1,3 @@
|
||||||
import { compile } from '../src/compile'
|
// import { compile } from '../src/compile'
|
||||||
|
|
||||||
describe('scopeId compiler support', () => {
|
describe.todo('scopeId compiler support', () => {})
|
||||||
test('should only work in module mode', () => {
|
|
||||||
expect(() => {
|
|
||||||
compile(``, { scopeId: 'test' })
|
|
||||||
}).toThrow(`"scopeId" option is only supported in module mode`)
|
|
||||||
})
|
|
||||||
})
|
|
||||||
|
|
Loading…
Reference in New Issue