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 search feature components #103

Merged
merged 4 commits into from
Jan 18, 2024
Merged

Conversation

arnellebalane
Copy link
Owner

@arnellebalane arnellebalane commented Jan 18, 2024

Changes

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

Running the tests

npm test -- --spec src/features/search
       Spec                                              Tests  Passing  Failing  Pending  Skipped
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ ✔  store.spec.js                             58ms        3        3        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  components/SearchForm.spec.js            626ms        5        5        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  settings/SearchSettings.spec.js          256ms        6        6        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  settings/index.spec.js                    51ms        3        3        -        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ✔  All specs passed!                        991ms       17       17        -        -        -

@arnellebalane arnellebalane merged commit d5d2852 into main Jan 18, 2024
1 check passed
@arnellebalane arnellebalane deleted the test/search-feature branch January 18, 2024 09:36
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