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 component feature testing #156

Merged
merged 11 commits into from
Sep 24, 2024
Merged

Add component feature testing #156

merged 11 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. test: add basic unit tests

    gregtyler authored and chrispymm committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fee0b33 View commit details
    Browse the repository at this point in the history
  2. test: add testing-library

    This gives us a more user-focused language to test components with, to avoid testing implementation
    details
    gregtyler authored and chrispymm committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e28d282 View commit details
    Browse the repository at this point in the history
  3. test: add basic initAll test

    gregtyler authored and chrispymm committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0825838 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5192b3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d3006c View commit details
    Browse the repository at this point in the history
  6. ci(tests): remove scss test, add js test

    removed sass test, as it is redundant - the action it performs has already been done in the
    pipeline.  Add in the runnung of JS tests
    chrispymm committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    34aab15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b82824f View commit details
    Browse the repository at this point in the history
  8. ci(tests): more test faff

    chrispymm committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    77a045c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d46461d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e564730 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    19c1b27 View commit details
    Browse the repository at this point in the history