Following tutorial, 'TEST-WATCH' is not recognized as an internal or external command, operable program or batch file

Shot in the dark here as I haven’t used windows since XP :smile:, but you may have to use the set or setx command to specify ENV vars.

C:\path\to\project> setx TEST_WATCH=1

Success: Specified value was saved.

C:\path\to\project> meteor test --driver-package meteortesting:mocha

Some things I have read say you may need to restart your command prompt after running setx.

2 Likes