ember-cli / ember-cli-mocha

Mocha and Chai tests for ember-cli applications
Apache License 2.0
147 stars 59 forks source link

"only" doesn't work with mocha 3.5.3 #364

Closed Gennady77 closed 3 years ago

Gennady77 commented 3 years ago

So I need to run only one test. I wrote it.only("some test") but there is running all my 200 tests. My node version is 14.10.1. I saw that this problem have been since 3.0.2 version (posts from 2016) and this problem is not still resolved.