Skip to content

Commit da20674

Browse files
authored
fix: gulp error caused by shim in tests
1 parent bc02b82 commit da20674

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/spec/test-util.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ describe("Regular.util", function(){
198198
}
199199
shim();
200200
after( function(){
201-
// for(var i in map){
202-
// _.extend(map.pro, map.proCache, true);
203-
// }
201+
for(var i in map){
202+
_.extend(map[i].pro, map[i].preCache, true);
203+
}
204204
})
205205

206206
it("string.trim", function(){

0 commit comments

Comments
 (0)