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 6c90c6a commit fd1685eCopy full SHA for fd1685e
test/unit/core/error_helpers.js
@@ -814,10 +814,10 @@ suite('Global Error Handling', function() {
814
temp = temp.filter(e => e.trim().length > 0);
815
assert.strictEqual(temp.length, 4);
816
assert.match(log[0], /"asdfg" is not defined/);
817
- assert.match(temp[0], /Error at/);
818
- assert.match(temp[0], /myfun/);
819
- assert.match(temp[1], /Called from/);
820
- assert.match(temp[1], /setup/);
+ assert.match(temp[1], /Error at/);
+ assert.match(temp[1], /myfun/);
+ assert.match(temp[3], /Called from/);
+ assert.match(temp[3], /setup/);
821
});
822
823
0 commit comments