{"ScriptPreparationCode":null,"TestCases":[{"Name":"assign code","Code":"let res = {}\r\nObject.assign(res, {\u0027rock\u0027:\u0027hello\u0027, \u0027rock2\u0027:\u0027hello\u0027 })","IsDeferred":false},{"Name":"spred code","Code":"let res = {}\r\nres = {...res, \u0027rock\u0027: \u0027hello\u0027, \u0027rock2\u0027: \u0027hello\u0027}","IsDeferred":false}]}