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 unit tests for changelogs feature components #101

Merged
merged 4 commits into from
Oct 13, 2023

Conversation

arnellebalane
Copy link
Owner

Changes

  • Add unit tests for the components and modules in src/features/changelogs, partially implementing for Unit tests coverage #95

Running the tests

npm test -- --spec src/features/changelogs
       Spec                                              Tests  Passing  Failing  Pending  Skipped
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ ✔  store.spec.js                             43ms        2        2        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  components/WhatsNew.spec.js              00:01        8        8        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  components/WhatsNewButton.spec.js        167ms        3        3        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  components/WhatsNewModal.spec.js          68ms        2        2        -        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ✔  All specs passed!                        00:01       15       15        -        -        -

@arnellebalane arnellebalane merged commit a0a6d3a into main Oct 13, 2023
1 check passed
@arnellebalane arnellebalane deleted the test/changelogs-feature branch October 13, 2023 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant