{"ScriptPreparationCode":null,"TestCases":[{"Name":"With Object.assign","Code":"const row = {id: 1, label: \u0027asdf\u0027};\r\n\r\nconst newRow = Object.assign({}, row, { label: \u0060${row.label} !!!\u0060 })","IsDeferred":false},{"Name":"With {...newValue}","Code":"\r\n const row = {id: 1, label: \u0027asdf\u0027};\r\n\r\n const newRow = {...row, label: \u0060${row.label} !!!\u0060 }","IsDeferred":false}]}