mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
Move web-sys
tests to the new test framework
Migrate most `web-sys` tests to the new `wasm_bindgen_test` framework with the new headless browser capabilities!
This commit is contained in:
@ -42,7 +42,7 @@ macro_rules! wasm_bindgen_test_configure {
|
||||
#[link_section = "__wasm_bindgen_test_unstable"]
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
pub static __WBG_TEST_RUN_IN_BROWSER: [u8; 1] = [0x01];
|
||||
wasm_bindgen_test_configure!($($others)*);
|
||||
$crate::wasm_bindgen_test_configure!($($others)*);
|
||||
);
|
||||
() => ()
|
||||
}
|
||||
|
Reference in New Issue
Block a user