Don't run TrivialConsoleReporter specs if TrivialConsoleReporter is not loaded
This commit is contained in:
parent
1fae8f0a31
commit
d875d1d997
@ -1,3 +1,4 @@
|
||||
if (jasmine.TrivialConsoleReporter) {
|
||||
describe("TrivialConsoleReporter", function() {
|
||||
|
||||
|
||||
@ -427,3 +428,4 @@ describe("TrivialConsoleReporter", function() {
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user