rename TrivialConsoleReporter to ConsoleReporter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
jasmine.TrivialConsoleReporter = function(print, doneCallback, showColors) {
|
||||
jasmine.ConsoleReporter = function(print, doneCallback, showColors) {
|
||||
//inspired by mhevery's jasmine-node reporter
|
||||
//https://github.com/mhevery/jasmine-node
|
||||
|
||||
@@ -2,6 +2,6 @@ jasmine.version_= {
|
||||
"major": 1,
|
||||
"minor": 1,
|
||||
"build": 0,
|
||||
"revision": 1308288659,
|
||||
"revision": 1308288921,
|
||||
"rc": 1
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user