Skip to content

Commit a8528aa

Browse files
committed
style: fix indentation in frame-location test
1 parent 773f1de commit a8528aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/hub/src/client/__tests__/frame-location.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ describe('watchFrameLocation', () => {
160160
watchFrameLocation({ iframe: frame.iframe, onChange, initial: 'http://localhost/app/' })
161161

162162
frame.pushState('http://localhost/app/routes')
163-
expect(onChange).toHaveBeenCalledTimes(1)
164-
expect(onChange).toHaveBeenLastCalledWith('http://localhost/app/routes')
163+
expect(onChange).toHaveBeenCalledTimes(1)
164+
expect(onChange).toHaveBeenLastCalledWith('http://localhost/app/routes')
165165
})
166166

167167
it('catches a navigation the wrapper cannot see, via currententrychange', () => {

0 commit comments

Comments
 (0)