import { assert } from '../testUtils' describe('compiler:v-show', () => { test('template v-show', () => { assert( ``, `withDirectives(createElementVNode("view", null, null, 512 /* NEED_PATCH */), [ [vShow, _ctx.a] ])` ) }) })