Check for Vue warnings in CircleCI
matthew-white opened this issue · 1 comments
matthew-white commented
We have had a couple cases of tests passing despite Vue warnings being logged:
Warnings like these point to something that needs to be addressed in a test even though the test is passing. I think it'd be a good idea to have CircleCI check for Vue warnings logged during npm run test
and fail if it finds any.
matthew-white commented
There can be other types of warnings logged during testing, for example, see #688. If it would be easy to catch those as well, that would be ideal. If not, just checking for Vue warnings would be a great start.