Closed ArnaudBuchholz closed 4 months ago
When moduleId
is not present, we need to use module name.
It also changes the parameter : it should be module
and not moduleId
Furthermore, QUnit changes the location with an escaped version of the module name (spaces are replaced with +
).
This breaks the test recognition
5.3.1
The
moduleId
is not exposed (it givesnull
). It should be replaced with module name. Yet, some escaping is required