qunitjs / js-reporters

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

Docs: Update test framework supported versions report #138

Closed Krinkle closed 3 years ago

Krinkle commented 3 years ago

Also re-pin qunitjs (follows-up d476e5b955a70). I had forgotten why it was pinned. The reason wasn't for testing convenience (which npm run test-versions covers already), but it was because this was the last version without any npm dependencies and thus avoids pulling in outdated dependencies or npm audit warnings at install time.

Besides, qunit 2.x is already covered by the 'qunit' package so this doesn't need to be updated.