import { buildFixture } from '../utils/build' describe('basic browser with ssr page', () => { let html beforeAll(async () => { const fixture = await buildFixture('basic') html = fixture.html }) test('validate ssr', () => { const htmlTag = html.match(/]+)>/)[0] expect(htmlTag).toContain('data-vue-meta-server-rendered') expect(htmlTag).toContain(' lang="en" ') expect(htmlTag).toContain(' amp ') expect(htmlTag).not.toContain('allowfullscreen') expect(html.match(/