Skip to content

Commit 95419a2

Browse files
committed
style: format code
1 parent 6c85bf5 commit 95419a2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/useIonicHeaderParallax.spec.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react'
2-
import { render, } from '@testing-library/react/'
2+
import { render } from '@testing-library/react/'
33
import { useIonHeaderParallax } from './useIonicHeaderParallax'
44
import {
55
IonBackButton,
@@ -37,8 +37,6 @@ const Element: JSX.Element = (
3737
)
3838

3939
describe('IonHeaderParallax', () => {
40-
41-
4240
beforeEach(() => {
4341
jest.useFakeTimers()
4442
})
@@ -52,11 +50,9 @@ describe('IonHeaderParallax', () => {
5250
expect(container).toBeTruthy()
5351
})
5452

55-
5653
// Running all pending timers and switching to real timers using Jest
5754
afterEach(() => {
5855
jest.runOnlyPendingTimers()
5956
jest.useRealTimers()
6057
})
61-
6258
})

0 commit comments

Comments
 (0)