Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sonologico committed Dec 12, 2022
1 parent c341880 commit 73bcb99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/javascripts/unit/core/http/http_request_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,6 @@ describe("HTTPRequest", function() {
});
});

describe("on request end", function() {
beforeEach(function() {
request.start();
});
});

describe("on page unload", function() {
var unloader;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ describe("TransportConnection", function() {
expect(loadCallback).toHaveBeenCalledWith(false);
});
});
} else {
it("dummy test", function() {
expect(true).toBe(true);
})
}
});
});
Expand Down

0 comments on commit 73bcb99

Please sign in to comment.