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

Add test to check if widget enum matches widgets names #837

Merged
merged 3 commits into from Mar 27, 2024

Commits on Mar 27, 2024

  1. tests: Add widgets-loader

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 27, 2024
    Copy the full SHA
    b044c58 View commit details
    Browse the repository at this point in the history
  2. types: widgets: Fix widget name

    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 27, 2024
    Copy the full SHA
    d195a41 View commit details
    Browse the repository at this point in the history
  3. vite.config: Remove coverage

    Since we are loading all the widgets and looking for them, vite is also checking if we are testing everything on them as well.
    This breaks all the coverages values.
    
    Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
    patrickelectric committed Mar 27, 2024
    Copy the full SHA
    d7ed93c View commit details
    Browse the repository at this point in the history