Removed remaining traces of the obsolete console reporter

[#80410262]
This commit is contained in:
Steve Gravrock
2017-11-07 20:09:04 -08:00
parent 278ef9228b
commit a3cb010971
3 changed files with 0 additions and 11 deletions

View File

@@ -3,5 +3,4 @@
// to the Jasmine source files (and not jasmine.js). So re-require
window.jasmineUnderTest = jasmineRequire.core(jasmineRequire);
jasmineRequire.html(jasmineUnderTest);
jasmineRequire.console(jasmineRequire, jasmineUnderTest);
})();

View File

@@ -2,7 +2,6 @@
"spec_dir": "spec",
"spec_files": [
"core/**/*.js",
"console/**/*.js",
"npmPackage/**/*.js"
],
"helpers": [