Skip to content

Commit 09a2854

Browse files
committed
[scramjet/core] fix rewriter tests ci failing
1 parent ca2732b commit 09a2854

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/scramjet/packages/core/rewriter/native/src/test_runner.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ function check(val) {
119119
trysetfn: String::from("$tryset"),
120120
templocid: String::from("$temploc"),
121121
tempunusedid: String::from("$tempunused"),
122-
122+
123123
base: String::from("https://google.com/glorngle/si.js"),
124124
sourcetag: String::from("glongle1"),
125125
is_module: false,
126126

127127
capture_errors: false,
128128
do_sourcemaps: false,
129129
scramitize: false,
130-
strict_rewrites: true,
130+
disable_computed_wrap: false,
131131
destructure_rewrites: true,
132132
};
133133

0 commit comments

Comments
 (0)