Don't run TrivialConsoleReporter specs if TrivialConsoleReporter is not loaded
This commit is contained in:
parent
1fae8f0a31
commit
d875d1d997
@ -1,4 +1,5 @@
|
|||||||
describe("TrivialConsoleReporter", function() {
|
if (jasmine.TrivialConsoleReporter) {
|
||||||
|
describe("TrivialConsoleReporter", function() {
|
||||||
|
|
||||||
|
|
||||||
//keep these literal. otherwise the test loses value as a test.
|
//keep these literal. otherwise the test loses value as a test.
|
||||||
@ -426,4 +427,5 @@ describe("TrivialConsoleReporter", function() {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user