해결된 질문
24.09.06 15:23 작성
·
41
·
수정됨
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?
답변 1
0
2024. 09. 07. 21:45
안녕하세요! 문제 해결에 정보가 조금 부족한 것 같은데요.
의존을 어떻게 설치하고 실행하셨는지 정보를 조금 더 주실 수 있을까요?
2024. 09. 19. 14:38
제가 답변 확인이 너무 늦었네요... 문제는 해결되었습니다! 프로젝트 삭제 후 다시 설치하니 잘 되더라구요. 뭔가 중간에 꼬인게 있었나봐요. 감사합니다!