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 62a23bb commit 43195e7Copy full SHA for 43195e7
test/transforms/vFor.spec.ts
@@ -24,7 +24,7 @@ const compileWithVFor = makeCompile({
24
})
25
26
describe('compiler: v-for', () => {
27
- test.only('basic v-for', () => {
+ test('basic v-for', () => {
28
const { code, ir, vaporHelpers, helpers } = compileWithVFor(
29
`<div>{items.map((item) => item)}</div>`,
30
)
0 commit comments