Skip to content

Commit a13db00

Browse files
committed
chore: mark test as todo
1 parent 34a0ad7 commit a13db00

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
import { compile } from '../src/compile'
1+
// import { compile } from '../src/compile'
22

3-
describe('scopeId compiler support', () => {
4-
test('should only work in module mode', () => {
5-
expect(() => {
6-
compile(``, { scopeId: 'test' })
7-
}).toThrow(`"scopeId" option is only supported in module mode`)
8-
})
9-
})
3+
describe.todo('scopeId compiler support', () => {})

0 commit comments

Comments
 (0)