You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, yarn test suppresses warning that appear when tests run since the command points to vue-cli-service test:unit --silent in package.json. To see the warnings, you can run vue-cli-service test:unit in the terminal. It would be nice if someone can fix the warnings.
The text was updated successfully, but these errors were encountered:
Right now,
yarn test
suppresses warning that appear when tests run since the command points tovue-cli-service test:unit --silent
inpackage.json
. To see the warnings, you can runvue-cli-service test:unit
in the terminal. It would be nice if someone can fix the warnings.The text was updated successfully, but these errors were encountered: