Skip to content

Commit a7bb236

Browse files
committed
update test
1 parent 5e5a84d commit a7bb236

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/compilationMode-all-output.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { c as _c } from "react/compiler-runtime"; // @compilationMode:"all"
1+
import { c as _c } from "react/compiler-runtime"; // 
2+
@compilationMode:"all"
23
function nonReactFn() {
34
  const $ = _c(1);
45
  let t0;
@@ -9,4 +10,4 @@ function nonReactFn() {
910
    t0 = $[0];
1011
  }
1112
  return t0;
12-
}
13+
}

0 commit comments

Comments
 (0)