Expand test coverage for status component
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:
- Pull this branch down
- Run the unit test for
status_spec.js
:yarn run test:unit tests/integration/components/status_spec.js
- All tests should pass
Closes #45 (closed)