qunitjs / js-reporters

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

Use local and explicit object literals in adapters #120

Closed Krinkle closed 3 years ago

Krinkle commented 3 years ago

I'd like to simplify code in the adapters we ship by making them standalone files with little to no indirection, creating the CRI event data explicitly inline.

The aim is:

We can still use helpers to calculate values for some properties, but I'd like the object shapes to be completely owned by each eadapter.