We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f9698a + b919bfd commit 151674dCopy full SHA for 151674d
lib/server.js
@@ -78,7 +78,7 @@ exports.Server = function Server(bsClient, workers) {
78
patch += '<script type="text/javascript" src="/_patch/' + script + '"></script>\n';
79
});
80
patch += '<script type="text/javascript">mocha.reporter(Mocha.BrowserStack);</script>\n';
81
- } else {
+ } else if (framework === 'qunit') {
82
framework_scripts['qunit'].forEach(function(script) {
83
84
0 commit comments