Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow import of layout_test into 3rd party crates #3463

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2023

  1. 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.
    rollo-b2c2 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    16debfb View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    rollo-b2c2 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e0d2e6d View commit details
    Browse the repository at this point in the history
  3. Update lib.rs

    rollo-b2c2 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    33ac26d View commit details
    Browse the repository at this point in the history
  4. Update lib.rs

    rollo-b2c2 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5634c02 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update lib.rs

    rollo-b2c2 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e129a07 View commit details
    Browse the repository at this point in the history