qunitjs / js-reporters

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

Fix QUnit nested suites #60

Closed flore77 closed 8 years ago

flore77 commented 8 years ago

Fixes #57, [6] nested modules.

flore77 commented 8 years ago

@jzaefferer please take a look :smiley:

We must do something with the tests runtime range test, f2b23c8 failed for that reason.

jzaefferer commented 8 years ago

Sucks that we can only emit at the end of the run, but that's certainly a good reason to get the reporter implemented natively in QUnit itself asap.

flore77 commented 8 years ago

Done.

flore77 commented 8 years ago

Can this be landed?

jzaefferer commented 8 years ago

👍