fix(compiler-dom): avoid bailing stringification on setup const bindings
This commit is contained in:
@@ -160,7 +160,6 @@ describe('compiler sfc: transform asset url', () => {
|
||||
transformHoist: stringifyStatic
|
||||
}
|
||||
)
|
||||
console.log(code)
|
||||
expect(code).toMatch(`_createStaticVNode`)
|
||||
expect(code).toMatchSnapshot()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user