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 048586d commit 2ba32e6Copy full SHA for 2ba32e6
1 file changed
test-app/app/src/main/assets/app/tests/discardedExceptionsTest.js
@@ -5,7 +5,7 @@ describe("Tests discarded exception ", function () {
5
originalOnDiscardedError = global.__onDiscardedError;
6
});
7
8
- it("should report discarded exception", function () {
+ it("should report discarded exception", function () {
9
var reportedException = null;
10
11
global.__onDiscardedError = (error) => {
0 commit comments