Skip to content

Commit e31df68

Browse files
committed
split tests into two steps, one common and one common-panic, so that the panicking module does not break the normal module after an abort and poison
1 parent 85d1733 commit e31df68

File tree

5 files changed

+334
-330
lines changed

5 files changed

+334
-330
lines changed

tests/browser_panic.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);
2+
3+
mod common_panic;

tests/common/js.rs

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)