{"ScriptPreparationCode":null,"TestCases":[{"Name":"Diff","Code":"const startMoment = moment(\u00272022-04-28\u0027);\r\nconst endMoment = moment(\u00273022-04-28\u0027);\r\n\r\nendMoment.diff(startMoment, \u0027years\u0027)","IsDeferred":false},{"Name":"Subtract","Code":"const startMoment = moment(\u00272022-04-28\u0027);\r\nconst endMoment = moment(\u00273022-04-28\u0027);\r\n\r\nendMoment.year() - startMoment.year()","IsDeferred":false}]}