{"ScriptPreparationCode":"window.__date__ = new Date();\r\nwindow.__expected__ = \u00272021/09/26\u0027;","TestCases":[{"Name":"moment","Code":"const momentDate = moment(__date__);\r\nconst isoString = momentDate.toISOString();\r\nconst tomorrow = momentDate.add(1, \u0027days\u0027)","IsDeferred":false},{"Name":"datefns","Code":"const dateFnsDate = new Date(__date__)\r\nconst actual = dateFnsDate.toISOString();\r\nconst tomorrow = dateFns.addDays(dateFnsDate, 1);","IsDeferred":false}]}