yew/packages
rollo-b2c2 4025fa75f9
Allow import of layout_test into 3rd party crates (#3463)
* Expose layout tests

Currently I can't import tests because `cfg(test)` isn't sent to sub-dependencies.   This allows you to set a `yew/test` and import into your own tests.

* Update Cargo.toml

* Update lib.rs

* Update lib.rs

* Update lib.rs

* AnyScope::test needs feature = test cfg + fmt

---------

Co-authored-by: Elina <imelina@elina.website>
2024-10-14 23:27:54 +08:00
..