Skip to content

Commit 78f8917

Browse files
committed
test: remove only
1 parent 7b793d1 commit 78f8917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transforms/transformChildren.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const compileWithElementTransform = makeCompile({
2020
describe('compiler: children transform', () => {
2121
test.todo('basic')
2222

23-
test.only('children & sibling references', () => {
23+
test('children & sibling references', () => {
2424
const { code, vaporHelpers } = compileWithElementTransform(
2525
`<div id>
2626
<p>{ first }</p>

0 commit comments

Comments
 (0)