Commit 2b8c39b
committed
fix: disable streaming output in wasm-bindgen-test-runner for E2E tests
wasm-bindgen 0.2.115+ introduced incremental DOM scraping that assumes
#output content is append-only. The SSR E2E tests replace #output via
set_inner_html, breaking the offset tracker and causing the runner to
miss test results. WASM_BINDGEN_TEST_NO_STREAM falls back to reading
full text each poll.1 parent e30fb70 commit 2b8c39b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments