{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread wide then narrow","Code":"const wideObject = { one: \u0022one\u0022, two: \u0022two\u0022, three: \u0022three\u0022, four: \u0022four\u0022, five: \u0022five\u0022, six: \u0022six\u0022 }\r\nconst narrowObject = { foo: \u0022bar\u0022 }\r\nconst finalObject = {\r\n\t...wideObject,\r\n \t...narrowObject\r\n};","IsDeferred":false},{"Name":"Spread narrow then wide","Code":"const wideObject = { one: \u0022one\u0022, two: \u0022two\u0022, three: \u0022three\u0022, four: \u0022four\u0022, five: \u0022five\u0022, six: \u0022six\u0022 }\r\nconst narrowObject = { foo: \u0022bar\u0022 }\r\nconst finalObject = {\r\n \t...narrowObject,\r\n\t...wideObject\r\n};","IsDeferred":false}]}