import { getCompiledString } from './utils' import { compile } from '../src' describe('ssr: element', () => { test('basic elements', () => { expect(getCompiledString(`
`)).toMatchInlineSnapshot( `"\`\`"`, ) expect(getCompiledString(``)).toMatchInlineSnapshot( `"\`\`"`, ) }) test('nested elements', () => { expect( getCompiledString(`