Reword test reporter message
The font tests use Jasmine too, so while they are technically unit tests, it's a bit confusing to see `Started unit tests` when the font tests are run on the bots.
This commit is contained in:
parent
0a2ec871b6
commit
f6eaa99cb2
@ -48,7 +48,7 @@ var TestReporter = function(browser, appPath) {
|
||||
|
||||
this.jasmineStarted = function(suiteInfo) {
|
||||
this.runnerStartTime = this.now();
|
||||
sendInfo('Started unit tests for ' + browser + '.');
|
||||
sendInfo('Started tests for ' + browser + '.');
|
||||
};
|
||||
|
||||
this.suiteStarted = function(result) { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user