Simen Bekkhus
Simen Bekkhus
@izonder CI is broken, which is why I haven't reviewed this yet. --- @dswarbrick that was to avoid a breaking change, see discussion in #260. If there are other examples,...
We support node 10, so there's a bunch of these we cannot do without dropping a node version or 2
Feel free to send a PR 🙂
Any news here? 🙂
One thing we could have is like a `Counter.createOrReuse` which takes all the same options as the constructor and returns the old instance if it exists in the registry. Then...
`collectDefaultMetrics` should deffo return a function that tears down whatever it set up. Wanna send a PR?
yeah, that makes sense!
Same as #9, fwiw
Note that Jest supports reporters written in ESM as of v27, so this reporter could also be converted to ESM and support chalk v5. Not sure how maintained it is,...
That change will only be available in Jest@27, so not sure you need to wait for it? As long as `build/` _works_ and a migration plan is in place I...