karma-runner / karma-qunit

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

Support the new package name for `QUnit` (after version `2.4.1`) #98

Closed brandonocasey closed 6 years ago

brandonocasey commented 6 years ago

The qunitjs package is being renamed to qunitjs after version 2.4.1 as per the warning when you install the newest version of qunitjs. Right now karma-qunit only knows to look for qunitjs and not qunit and will not work with newer versions.

asapach commented 6 years ago

For reference: https://github.com/qunitjs/qunit/pull/1232

asapach commented 6 years ago

More details:

npm WARN deprecated qunitjs@2.4.1: 2.4.1 is the last version where QUnit will be published as 'qunitjs'. To receive future updates, you will need to change the package name to 'qunit'.

Johann-S commented 6 years ago

@dignifiedquire do you plan on updating your karma plugin ?