Igor Savin
Igor Savin
Blocked for now, as WebStorm still doesn't support vitest 4 properly.
Checking the migration part for 1.0.0
Ideally get away with it altogether, worst-case scenario - use Proxy or Reflect.apply (both are faster)
1. We should consider retiring chai.should() in favor of expect(..). (Why? Because chai.should() monkey-patches various Javascript objects, which can occasionally lead to some surprising results); 2. Se should consider eliminating...
Consider using https://github.com/simon-id/diagnostics_channel-polyfill#readme polyfill for older Node versions.
fixes #436 fixes #579
Readme mentions "Queue storage policies to support a variety of rate limiting, debouncing, and concurrency use cases", but I couldn't find any details on supported concurrency management options in the...
Mocha is pretty clunky to work with, and current setup doesn't work well with IDEs. Have you considered switching to something more modern, like vitest or node:test?
### Is your feature request related to a problem? Please describe It is frequently desireable to skip certain endpoints from instrumentation (e. g. metrics and healthchecks). It is not currently...