You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
I've noticed the node <div id="mocha"></div> is created by this plugin whenever I'm running karma in debug mode and the mocha reporter is set to "spec".
This node is only used by the mocha HTML reporter so ...
Hi,
I've noticed the node
<div id="mocha"></div>
is created by this plugin whenever I'm running karma in debug mode and the mocha reporter is set to "spec".This node is only used by the mocha HTML reporter so ...
Should this code
karma-mocha/src/adapter.js
Lines 122 to 125 in bb5be9b
be changed to check which reporter is used like this?
The text was updated successfully, but these errors were encountered: