Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a13db00

Browse files
committedJan 30, 2025··
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
 
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)
Please sign in to comment.