Skip to content

Commit 43195e7

Browse files
committed
test: remove only
1 parent 62a23bb commit 43195e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transforms/vFor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const compileWithVFor = makeCompile({
2424
})
2525

2626
describe('compiler: v-for', () => {
27-
test.only('basic v-for', () => {
27+
test('basic v-for', () => {
2828
const { code, ir, vaporHelpers, helpers } = compileWithVFor(
2929
`<div>{items.map((item) => item)}</div>`,
3030
)

0 commit comments

Comments
 (0)