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

@@ -2,7 +2,6 @@ var standaloneLibDir = "lib/jasmine-" + jasmineVersion;
function root(path) { return "./" + path; }
function libJasmineCore(path) { return root("lib/jasmine-core/" + path); }
function libConsole() { return "lib/console/" }
function dist(path) { return root("dist/" + path); }
module.exports = {
@@ -29,14 +28,6 @@ module.exports = {
expand: true,
cwd: libJasmineCore("")
},
{
src: [
"console.js"
],
dest: standaloneLibDir,
expand: true,
cwd: libConsole()
},
{
src: [ "boot.js" ],
dest: standaloneLibDir,

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": [