temp
This commit is contained in:
13
dioxus-i18n/tests/README.md
Normal file
13
dioxus-i18n/tests/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
//
|
||||
//*****************************************************************************
|
||||
Reference in New Issue
Block a user