Login
Remember
Register
Ask a Question
How do you perform testing in vuejs?
0
votes
asked
Sep 7, 2023
in
VueJS
by
DavidAnderson
How do you perform testing in vuejs?
vuejs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 7, 2023
by
DavidAnderson
You can perform testing in two ways,
Using vue-cli:
It offers pre-configured unit testing and e2e testing setups
Manual setup:
You can manually setting up unit tests for *.vue files using either mocha-webpack or jest
...