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

test: improve testing with Preact & React 18, etc #48

Merged
merged 2 commits into from
Jan 31, 2023

Commits on Jan 31, 2023

  1. test: fix & update some tests for Preact & React 18, etc.

    - wrap some updates in act() wrapper from react-dom/test-utils
      (or preact/test-utils for Preact), using simple actWith()
      test utility function in many cases, to get
      some tests working with Preact & React 18
    - update CI workflow labels
    - show console warnings for tests that still need to be skipped
    - other minor updates
    
    related issues:
    
    - #40
    - #41
    brodybits committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c6e6d80 View commit details
    Browse the repository at this point in the history
  2. FIXUP - React 16 ...

    brodybits committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5b28281 View commit details
    Browse the repository at this point in the history