1 2 3 4 5 6 7
use browser_panic_hook::{Basic, IntoPanicHook}; /// ensure that we can transform into a yew custom panic hook #[test] fn test() { yew::set_custom_panic_hook(Basic.into_panic_hook()); }