qunitjs / js-reporters

📋 Common Reporter Interface (CRI) for JavaScript testing frameworks.
MIT License
60 stars 18 forks source link

Fix Build #29

Closed fcarstens closed 9 years ago

fcarstens commented 9 years ago

Esperanto is now deprecated:

> node build.js
[DEPRECATION NOTICE] Esperanto is no longer under active development. To convert an ES6 module to another format, consider using Babel (https://babeljs.io)
[DEPRECATION NOTICE] Esperanto is no longer under active development. To bundle ES6 modules, consider using Rollup (https://github.com/rollup/rollup). See https://github.com/rollup/rollup/wiki/Migrating-from-Esperanto for help migrating

They pushed this as a patch release which broke our build script. :disappointed: Also, there is an issue with QUnit which now requires an expicit import in the test file.

jzaefferer commented 9 years ago

Looks good. Can you fix the whitespace issues and land it?