We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0b71a commit ba4cf62Copy full SHA for ba4cf62
src/__tests__/Date/DayRange.test.tsx
@@ -2,6 +2,8 @@ import { render } from '@testing-library/react-native'
2
import DayRange from '../../Date/DayRange'
3
4
it('renders DayRange', () => {
5
- const { toJSON } = render(<DayRange inRange leftCrop rightCrop selectColor="blue" />)
+ const { toJSON } = render(
6
+ <DayRange inRange leftCrop rightCrop selectColor="blue" />
7
+ )
8
expect(toJSON()).toMatchSnapshot()
9
})
0 commit comments