jejacks0n / teaspoon

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

Add Support for Istanbul-nyc #572

Open NicholasYamamoto opened 4 years ago

NicholasYamamoto commented 4 years ago

Currently Teaspoon requires Istanbul to run code coverage tests, but some of my work teams projects run Teaspoon tests in our Jenkins jobs, and Istanbul has since been deprecated and replaced with Istanbul-nyc. NYC also fixes some security vulnerabilities that affects some versions of Istanbul as well.

Are there plans to migrate or support Istanbul-nyc in the near future?

jejacks0n commented 4 years ago

No plans, but I support the idea.

mathieujobin commented 3 years ago

@NicholasYamamoto would you be able to make a PR for this?