1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 15:05:22 +02:00

remove unnecessary logging

This commit is contained in:
steve 2024-01-18 07:29:17 +03:00
parent 2b06d8cf1c
commit 89c90c8c79

View file

@ -71,8 +71,6 @@ describe('<DatePicker />', () => {
const currentMonth = DateTime.now()
const priorMonth = DateTime.now().minus({ months: 1 })
console.log(DateTime.now(), 'date')
// Open the modal
fireEvent.click(screen.getByTestId('datepicker-toggle-icon'))