1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00
This commit is contained in:
Benjamin Cooke 2023-02-23 15:35:04 -05:00
parent ae44d6f2bf
commit 30c9da952e

View File

@ -315,7 +315,7 @@ describe('properties/dateRange', () => {
expect(mockedMutator.changePropertyValue).toHaveBeenCalledWith(board.id, card, propertyTemplate.id, JSON.stringify({from: today}))
})
test('returns component with new date after prop change', () => {
const component = wrapIntl(
<DateProp
@ -341,8 +341,8 @@ describe('properties/dateRange', () => {
board={{...board}}
card={{...card}}
propertyTemplate={propertyTemplate}
/>
)
/>,
),
)
expect(container).toMatchSnapshot()