/** * @jest-environment node */ import { ssrInterpolate } from '../src/helpers/ssrInterpolate' import { escapeHtml } from '@vue/shared' test('ssr: interpolate', () => { expect(ssrInterpolate(0)).toBe(`0`) expect(ssrInterpolate(`foo`)).toBe(`foo`) expect(ssrInterpolate(`