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.
1 parent 0a18c5a commit fb64f9bCopy full SHA for fb64f9b
lib/server.js
@@ -63,6 +63,7 @@ exports.Server = function Server(bsClient, workers) {
63
framework_scripts['jasmine'].forEach(function(script) {
64
patch += '<script type="text/javascript" src="/_patch/' + script + '"></script>\n';
65
});
66
+ patch += '<script type="text/javascript">jasmine.getEnv().addReporter(new jasmine.JSReporter());</script>\n';
67
} else if (framework === 'jasmine2') {
68
framework_scripts['jasmine2'].forEach(function(script) {
69
0 commit comments