mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/components/TransactionLinks/TransactionLink.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
df958f0be8
commit
a54ad7cef4
@ -62,7 +62,7 @@ describe('TransactionLink', () => {
|
||||
beforeEach(async () => {
|
||||
jest.clearAllMocks()
|
||||
await wrapper.setProps({
|
||||
validUntil: '2022-05-30T14:22:40.000Z',
|
||||
validUntil: new Date(now.getFullYear(), now.getMonth(), now.getDate() + 2),
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user