jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Is teaspoon-mocha actively managed? #594

Closed yuujay closed 3 years ago

yuujay commented 3 years ago

I am trying to adopt teaspoon-mocha for one of my projects, when I tried setting up mocha configurations in the teaspoon_env I observe that mocha 2.3.3 is the version that is considered the latest. Is my understanding right?

My question is, will I be able to use the latest version(~8.3) of mocha that I see from npm?

mathieujobin commented 3 years ago

I'm afraid there are no maintainers on the mocha side but if you are willing to open a PR with a fix. I can review, etc.

mathieujobin commented 3 years ago

if it works like teaspoon-jasmine, you would need to add mocha 8.3 into the teaspoon-mocha and make sure all tests pass with it

yuujay commented 3 years ago

Thanks for confirming. Will submit a PR / reopen this issue when some of the tests start to fail.