We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b793d1 commit 78f8917Copy full SHA for 78f8917
test/transforms/transformChildren.spec.ts
@@ -20,7 +20,7 @@ const compileWithElementTransform = makeCompile({
20
describe('compiler: children transform', () => {
21
test.todo('basic')
22
23
- test.only('children & sibling references', () => {
+ test('children & sibling references', () => {
24
const { code, vaporHelpers } = compileWithElementTransform(
25
`<div id>
26
<p>{ first }</p>
0 commit comments