Closed
Description
Describe the solution you'd like
e2e and unit tests need to be written for the SelectedLicense.vue component (./src/components/SelectedLicense.vue
). Please write e2e tests in a new file named SelectedLicense.js in ./test/e2e/specs/
, and unit tests in a new file named SelectedLicense.specs.js in ./test/unit/specs/
.
The frameworks being used are (Jest)[https://jestjs.io/] for unit testing, and the (nightwatch.js)[https://nightwatchjs.org/] for e2e testing.
Additional context
Please comment on this issue to tell us that you're interested in working on it before getting started!