해결된 질문
작성
·
57
·
수정됨
0
unit-test-example에서 테스트를 실행하니 테스트코드 통과 여부에 관계없이 Test result not found만 뜨며 실패합니다. 이유를 모르겠어요ㅠㅠ
Test result not found.
If you set `vitest.commandLine` please check:
Did you set `vitest.commandLine` to `run` mode? (This extension requires `watch` mode to get the results from Vitest api)
Does it have the ability to append extra arguments? (For example it should be `yarn test --` rather than `yarn test`)
Are there tests with the same name?
Can you run vitest successfully on this file? Does it need custom option to run?
제가 답변 확인이 너무 늦었네요... 문제는 해결되었습니다! 프로젝트 삭제 후 다시 설치하니 잘 되더라구요. 뭔가 중간에 꼬인게 있었나봐요. 감사합니다!