{"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 actual = __date__.toISOString();\r\nconst tomorrow = dateFns.addDays(__date__, 1);","IsDeferred":false}]}