I'm not able to find any examples of Mocha or any other unit test framework running directly on ES6 code via Gulp. (No Babel, Webpack, etc.)
I've tracked down one example of Mocha (with some modification) running in a browser on ES6 code, but it was not automated.
Is anyone testing ES6 code directly yet?
(I understand this isn't the 'proper' format of an SO question, but I'm in the 'where do I start' phase here.)