fix test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d77297941f
commit
e7a866553c
|
@ -46,6 +46,7 @@ describe('component vnZoneCalendar', () => {
|
|||
|
||||
it('should set the date month to 4 months forwards', () => {
|
||||
const now = new Date();
|
||||
now.setDate(15);
|
||||
now.setMonth(now.getMonth() + 4);
|
||||
|
||||
controller.step(1);
|
||||
|
|
Loading…
Reference in New Issue