Skip to content

Commit

Permalink
Remove test I inadvertently left in.
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Apr 9, 2017
1 parent 4494c23 commit dee2f7d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/unit/tests/ajax.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,19 +541,5 @@ suite("Ajax", function () {
}
}));
});

test('no exception handler', function (done) {
new Ajax.Request('/inspect', extendDefault({
onSuccess: function () {
try {
throw new Error("foo");
assert(true);
} finally {
done();
}
}
}));
});

});

0 comments on commit dee2f7d

Please sign in to comment.