arnellebalane / simple-todo

A browser extension that replaces the new tab page with a simple todo list
https://simple-todo.arnelle.dev
MIT License
85 stars 14 forks source link

Add unit tests for components in src/components #97

Closed arnellebalane closed 1 year ago

arnellebalane commented 1 year ago

Partially adds unit tests for #95

Running the tests

npm test -- --spec src/components
       Spec                                              Tests  Passing  Failing  Pending  Skipped
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ ✔  Button.spec.js                           250ms       11       11        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  Checkbox.spec.js                         149ms        3        3        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  Modal.spec.js                            511ms        7        7        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  Selector.spec.js                         187ms        5        5        -        -        - │
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ ✔  Switch.spec.js                           152ms        3        3        -        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ✔  All specs passed!                        00:01       29       29        -        -        -