karma-runner / karma-qunit

A Karma plugin. Adapter for QUnit testing framework.
MIT License
51 stars 38 forks source link

Remove use of deprecated `QUnit.load()` #184

Closed Krinkle closed 7 months ago

Krinkle commented 7 months ago

QUnit 2.21.0 will be emitting a deprecation warning from QUnit.load.

Calling this method has not been needed for several years, since QUnit 2.1.1, released in 2017. https://github.com/qunitjs/qunit/releases/tag/2.1.1

Also: