yeoman / generator-generator

Generate a Yeoman generator
1.22k stars 237 forks source link

npm run test does not work in Window's Git Bash #213

Closed motss closed 3 years ago

motss commented 6 years ago

Run npm t command will not run any tests as jest won't be able to pick up and test files in __tests__/app.js.

SBoudrias commented 6 years ago

And it's working fine in other terminal like cmd.exe?

motss commented 6 years ago

Tried cmd.exe and Git Bash. None is working as expected.

WSL's terminal is the only one working on Windows.

SBoudrias commented 6 years ago

This sounds like your tests are broken, not our terminal support.

Can you link to a full repository or a reproducible example? I can't help you much without details.

ThamizhPMS commented 6 years ago

npm test run is working in cmd.exe but not in git bash & vs code terminal can any one help?

ruyadorno commented 3 years ago

Stale issue that seems unrelated to the project, closing it.

For future reference, the best place to look for help is in npm's own help resources.