강의

멘토링

커뮤니티

Inflearn Community Q&A

austintaetious3100's profile image
austintaetious3100

asked

NodeJS API Server Built with Test-Driven Development (TDD)

Mocha (macha) 3

테스트 코드 실행이 안됩니다.

Written on

·

269

0

아래와 같은 메시지가 나오고 mocha 가 실행이 안됩니다. ㅠㅠ
 
환경은 window 입니다.
nodejsrest-apitddexpress

Answer 1

2

jeonghwan님의 프로필 이미지
jeonghwan
Instructor

윈도우즈 환경이라서 명령어 경로를 실행하는 방식이 다른가 봅니다.

npx 를 한 번 써보세요.

npx mocha utils.spec.js

austintaetious3100's profile image
austintaetious3100

asked

Ask a question