Trim extraneous whitespace

This commit is contained in:
Greg Cobb and Tim Jarratt
2014-08-28 15:55:39 -07:00
parent dee1066652
commit 64a67ed320
2 changed files with 0 additions and 2 deletions

View File

@@ -353,7 +353,6 @@ describe("Env integration", function() {
env.execute(); env.execute();
}); });
it("only reports afterAll expectation failures once, regardless of suite children", function(done) { it("only reports afterAll expectation failures once, regardless of suite children", function(done) {
var env = new j$.Env(), var env = new j$.Env(),
reporter = jasmine.createSpyObj('fakeReport', ['jasmineDone','afterAllEvent']); reporter = jasmine.createSpyObj('fakeReport', ['jasmineDone','afterAllEvent']);

View File

@@ -461,7 +461,6 @@ describe("jasmine spec running", function () {
}); });
}); });
// TODO: is this useful? It doesn't catch syntax errors // TODO: is this useful? It doesn't catch syntax errors
xit("should recover gracefully when there are errors in describe functions", function() { xit("should recover gracefully when there are errors in describe functions", function() {
var specs = []; var specs = [];