Files
todo-baggins/dioxus-i18n/tests
2026-01-28 23:07:07 +01:00
..
2026-01-28 23:07:07 +01:00
2026-01-28 23:07:07 +01:00
2026-01-28 23:07:07 +01:00
2026-01-28 23:07:07 +01:00
2026-01-28 23:07:07 +01:00
2026-01-28 23:07:07 +01:00
2026-01-28 23:07:07 +01:00

Note

//***************************************************************************** // // This set of tests takes a heavy handed approach to errors, whereby the // process is exited. This is done because panic! and assert_eq! failures // are trapped within dioxus::runtime::RuntimeGuard. // Unfortunately panic! is still made silent. // // Errors will be shown with: // cargo test -- --nocapture // //*****************************************************************************