From 916dc03d9c16c6bfc00deb876d7ad6b0d4b97364 Mon Sep 17 00:00:00 2001 From: slackersoft Date: Sat, 11 Oct 2014 14:28:51 -0700 Subject: [PATCH] build distribution with deprecated console [#80410002] --- lib/console/console.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/console/console.js b/lib/console/console.js index 96026ab6..a65876e9 100644 --- a/lib/console/console.js +++ b/lib/console/console.js @@ -57,6 +57,8 @@ getJasmineRequireObj().ConsoleReporter = function() { }, failedSuites = []; + print('ConsoleReporter is deprecated and will be removed in a future version.'); + this.jasmineStarted = function() { specCount = 0; failureCount = 0;