We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4494c23 commit dee2f7dCopy full SHA for dee2f7d
test/unit/tests/ajax.test.js
@@ -541,19 +541,5 @@ suite("Ajax", function () {
541
}
542
}));
543
});
544
-
545
- test('no exception handler', function (done) {
546
- new Ajax.Request('/inspect', extendDefault({
547
- onSuccess: function () {
548
- try {
549
- throw new Error("foo");
550
- assert(true);
551
- } finally {
552
- done();
553
- }
554
555
- }));
556
- });
557
558
559
0 commit comments