diff --git a/compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/results.txt b/compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/results.txt new file mode 100644 index 0000000000..8942b8fdd9 --- /dev/null +++ b/compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/results.txt @@ -0,0 +1,11 @@ +function MyApp() { +  const $ = useMemoCache(1); +  let t0; +  if ($[0] === Symbol.for("react.memo_cache_sentinel")) { +    t0 = 
Hello World
; +    $[0] = t0; +  } else { +    t0 = $[0]; +  } +  return t0; +} \ No newline at end of file