Skip to content

Commit 2ba32e6

Browse files
committed
formatting fix
1 parent 048586d commit 2ba32e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/app/src/main/assets/app/tests/discardedExceptionsTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describe("Tests discarded exception ", function () {
55
originalOnDiscardedError = global.__onDiscardedError;
66
});
77

8-
it("should report discarded exception", function () {
8+
it("should report discarded exception", function () {
99
var reportedException = null;
1010

1111
global.__onDiscardedError = (error) => {

0 commit comments

Comments
 (0)