qunitjs / js-reporters

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

MochaAdapter: Fix for Mocha 8.0+ use of `STATE_PENDING` #131

Closed Krinkle closed 3 years ago

Krinkle commented 3 years ago

Re-ran npm run test-versions and confirmed compatibility with 8.0 and all versions since.

Fixes https://github.com/js-reporters/js-reporters/issues/116.