wip(compiler-ssr): v-if
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { getCompiledString } from './utils'
|
||||
|
||||
describe('element', () => {
|
||||
describe('ssr: element', () => {
|
||||
test('basic elements', () => {
|
||||
expect(getCompiledString(`<div></div>`)).toMatchInlineSnapshot(
|
||||
`"\`<div></div>\`"`
|
||||
|
||||
Reference in New Issue
Block a user