No fit in the suite

This commit is contained in:
Gregg Van Hove
2019-04-01 21:01:22 -07:00
parent 618e24b2f8
commit 74fd0e08e7

View File

@@ -1,6 +1,6 @@
describe('base helpers', function() {
describe('isError_', function() {
fit("correctly handles WebSocket events", function(done) {
it("correctly handles WebSocket events", function(done) {
if (typeof jasmine.getGlobal().WebSocket === 'undefined') {
done();
return;