Write tests for HTMLGenerator component #36
Labels
💻 aspect: code
Concerns the software code in the repository
🤖 aspect: dx
Concerns developers' experience with the codebase
good first issue
New-contributor friendly
help wanted
Open to participation from the community
Describe the solution you'd like
e2e and unit tests need to be written for the HTMLGenerator.vue component (
./src/components/HTMLGenerator.vue
). Please write e2e tests in a new file named HTMLGenerator.js in./test/e2e/specs/
, and unit tests in a new file named HTMLGenerator.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!
The text was updated successfully, but these errors were encountered: