Write tests for CopyButton component #34
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 CopyButton.vue component (
./src/components/CopyButton.vue
). Please write e2e tests in a new file named CopyButton.js in./test/e2e/specs/
, and unit tests in a new file named CopyButton.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: