You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rename eslint.config.js to eslint.config.mjs for ESM format (eslint 9.x)
- Add no-unused-vars exception for underscore-prefixed vars
- Replace chai-spies with sinon in dispatcherTests (chai-spies incompatible with chai v6)
- Add .default accessor for chai-as-promised in test files (ESM compatibility)
- Fix mockttp v4 flaky tests by adding delay between server stop/start
0 commit comments