{"ScriptPreparationCode":"const values = {\r\n featurePacks: {\r\n\t\tfeature1: true,\r\n\t\tfeature2: true,\r\n\t\tfeature3: false,\r\n\t\tfeature4: true,\r\n\t\tfeature5: false,\r\n\t\tfeature6: true,\r\n\t\tfeature7: false,\r\n }\r\n}","TestCases":[{"Name":"test1","Code":"const values = {\r\n featurePacks: {\r\n\t\tfeature1: true,\r\n\t\tfeature2: true,\r\n\t\tfeature3: false,\r\n\t\tfeature4: true,\r\n\t\tfeature5: false,\r\n\t\tfeature6: true,\r\n\t\tfeature7: false,\r\n }\r\n}\r\n\r\nvar tmp = Object.values(values?.featurePacks).filter( function(isSelected){return isSelected}).length","IsDeferred":false},{"Name":"test2","Code":"const values = {\r\n featurePacks: {\r\n\t\tfeature1: true,\r\n\t\tfeature2: true,\r\n\t\tfeature3: false,\r\n\t\tfeature4: true,\r\n\t\tfeature5: false,\r\n\t\tfeature6: true,\r\n\t\tfeature7: false,\r\n }\r\n}\r\n\r\n\r\nvar tmp = _.countBy(Object.values(values?.featurePacks)).true","IsDeferred":false}]}