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 d7604ea commit b0ec744Copy full SHA for b0ec744
tests/integration/helpers.js
@@ -1,8 +1,6 @@
1
jasmine.DEFAULT_TIMEOUT_INTERVAL = 360000; // 6 minutes
2
3
function errorHandler(err) {
4
- expect(err.status).toBe(true);
5
- expect(err.data).toBe(true);
6
if (err.data) {
7
log(err.data);
8
} else {
0 commit comments