Fix: test suite disappearing

This commit is contained in:
Berkeley Martinez
2016-10-03 22:33:54 -07:00
parent b1a5ef0f67
commit b8301230aa

View File

@ -98,7 +98,7 @@ document.addEventListener('DOMContentLoaded', function() {
// and collapsing the pipe // and collapsing the pipe
newTest.err = err.message + '\n' + err.stack; newTest.err = err.message + '\n' + err.stack;
// RxJS catch expects an observable as a return // RxJS catch expects an observable as a return
return Rx.Observable.of(err); return Rx.Observable.of(newTest);
}); });
}) })
// gather tests back into an array // gather tests back into an array