when using vue-cli "s unit test (jest), an error is reported:
first:
Your test suite must contain at least one test.
:
test.vue:
test.js:
test.spec.js
:
but the error reporting function is not involved in the code (used before, deleted, but always reported). The error is reported from node_modules, but neither the console nor the terminal reports the error. It feels like it was not updated to the code in time and tried to restart, but it is of no use
excuse me, how should the above problems be solved? (because there are few people who use the unit test and there are few materials on the Internet, I need you to mention it a little.)