mmanela / chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
http://mmanela.github.io/chutzpah/
Apache License 2.0
550 stars 142 forks source link

Chrome and JSDom engines not working when Chutzpah path has a space #742

Closed thcgit closed 5 years ago

thcgit commented 5 years ago

NodeTestExecutionProvider is not escaping the runnerPath, so it doesn't work when the path contains spaces. I've submitted a pull request for the fix : https://github.com/mmanela/chutzpah/pull/741

I also found another bug that I've commented on in https://github.com/mmanela/chutzpah/issues/737.

Can these be fixed for the next release?

Thanks.

mmanela commented 5 years ago

Published in v4.4.4