I'm currently using @vue/cli version 4.5.15 and looking to write tests for my components. However, when I run the command,
yarn test:unit
I encounter an error that says:
ERROR command "test:unit" does not exist.
Do I need to perform additional setup steps to enable unit testing?