Skip to content

Expand test coverage for status component

David O'Regan requested to merge 45-expand-status-test-coverage into master

Merge Purpose

Expand our test coverage for the status component which represents when all systems are operational. We also take this opportunity to update our vue-test-utils to the same version as the main GitLab project: "@vue/test-utils": "1.1.2", which allows us to make use of the same patterns such as findComponent in our tests.

Screenshots

No visual change in this merge.

How to test this?

To test this locally:

  1. Pull this branch down
  2. Run the unit test for status_spec.js: yarn run test:unit tests/integration/components/status_spec.js
  3. All tests should pass

Closes #45 (closed)

Merge request reports