Skip to content

Commit 0f93a17

Browse files
authored
Merge branch 'master' into darind/inspector-fix
2 parents 253a0b2 + bf083ff commit 0f93a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("instanceof operator tests", function () {
2929
expect(actual).toBe(false);
3030
});
3131

32-
it("should return false for instanceof", function () {
32+
it("should return false for undefined", function () {
3333
const actual = undefined instanceof com.tns.tests.MyInterface1;
3434
expect(actual).toBe(false);
3535
});

0 commit comments

Comments
 (0)