mocha-react icon indicating copy to clipboard operation
mocha-react copied to clipboard

Demo of using MochaJS to test a ReactJS component (with JSX and Harmony)

Results 3 mocha-react issues
Sort by recently updated
recently updated
newest added

I'm trying to follow your example here, but I'm using ES6 import declarations instead of ES5 require statements. It seems compiler.js isn't happy about the transform, even with harmony mode...

I'm using the compiler solution you've posted pretty much as is, it works great and stubs as expected. But, if you run two tests, one of which is stubbed and...