qunitjs / js-reporters

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

Update QUnit version and adapter to make use of nested modules support #47

Closed jzaefferer closed 8 years ago

jzaefferer commented 8 years ago

Newer QUnit versions support nested modules. Maybe that works well enough that we can use the same test/referenceData.js for all 3 adapters.

Would also be good to test QUnit 2.0.0-rc1 (or newer), to make sure our adapter works with that.

jzaefferer commented 8 years ago

@flore77 I think this would be a good next step. Should help bring the tests in line.

flore77 commented 8 years ago

Sure :+1:

flore77 commented 8 years ago

Solved in #58 and #60.