File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 41
41
"karma-sinon" : " ^1.0.5" ,
42
42
"karma-webpack" : " ^2.0.3" ,
43
43
"load-grunt-tasks" : " ^0.6.0" ,
44
- "lodash" : " 4.13.1" ,
45
44
"mocha" : " ^2.5.3" ,
46
45
"mocha-lcov-reporter" : " ^1.3.0" ,
47
46
"sinon" : " ^2.3.1" ,
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- var cloneDeep = require ( 'lodash/cloneDeep ' ) ;
16
+ var fns = require ( 'optimizely-server-sdk/lib/utils/fns ' ) ;
17
17
18
18
var config = {
19
19
revision : '42' ,
@@ -256,7 +256,7 @@ var getParsedAudiences = [{
256
256
} ] ;
257
257
258
258
var getTestProjectConfig = function ( ) {
259
- return cloneDeep ( config ) ;
259
+ return fns . cloneDeep ( config ) ;
260
260
} ;
261
261
262
262
You can’t perform that action at this time.
0 commit comments