jejacks0n / teaspoon

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

Possible support for Blanket.js? (alternative code coverage plugin) #222

Closed aaronmcadam closed 9 years ago

aaronmcadam commented 10 years ago

Hi guys

Following on from #220, Blanket.js (https://github.com/alex-seville/blanket) looks like it works pretty well with Require.js, and uses a really simple mechanism to do its job.

Where would the best place to inject it be?

jejacks0n commented 10 years ago

not sure.. it would take a change to the instrumentation.rb and probably need to do something different with coverage.rb -- since that shells out to istanbul.

aaronmcadam commented 10 years ago

@jejacks0n Ok cool, thanks for the pointers!