Level 29
Shouldn't it be dayjs().date(15).format('Do')
1 like
Performing a Cypress test on a date
dayjs(15).format('Do') + " of every month";
So this should display 15th of every month but in the cypress test in display Invalid Date of every month. Outside the test it displays fine.
Shouldn't it be dayjs().date(15).format('Do')
Please or to participate in this conversation.