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