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 settings feature components #104

Merged
merged 3 commits into from
Jan 20, 2024

Conversation

arnellebalane
Copy link
Owner

Changes

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

Running the tests

npm test -- --spec src/features/settings
       Spec                                              Tests  Passing  Failing  Pending  Skipped
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ ✔  store.spec.js                             82ms        5        5        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  components/SettingsForm.spec.js          591ms        4        4        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  components/SettingsFormModal.spec.j       60ms        2        2        -        -        - │
  │    s                                                                                           │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  components/SettingsFormSidebar.spec       87ms        1        1        -        -        - │
  │    .js                                                                                         │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  settings/MiscellaneousSettings.spec      134ms        2        2        -        -        - │
  │    .js                                                                                         │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ✔  All specs passed!                        954ms       14       14        -        -        -

@arnellebalane arnellebalane merged commit 88acb71 into main Jan 20, 2024
1 check passed
@arnellebalane arnellebalane deleted the test/settings-feature branch January 20, 2024 21:06
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