I need to spy on Date.toISOString() and return a value.
Date.toISOString()
const spy = jest.spyOn(global, Date); spies on Date global
const spy = jest.spyOn(global, Date);
const spy =