Skip to content

Commit 35435bd

Browse files
author
Ray Schamp
committed
Lint
1 parent bf74b3e commit 35435bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/unit/util/hash-project-loader-hoc.test.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ describe('HashParserHOC', () => {
7272
/>
7373
);
7474
window.location.hash = '#1234567';
75-
mounted.childAt(0).instance().handleHashChange();
75+
mounted
76+
.childAt(0)
77+
.instance()
78+
.handleHashChange();
7679
expect(mockSetProjectIdFunc.mock.calls.length).toBe(2);
7780
});
7881
});

0 commit comments

Comments
 (0)