@@ -238,7 +238,10 @@ test('Add dependency to watcher only once, even when its referenced multiple tim
238238 { } ,
239239 {
240240 autoWatch : true ,
241- files : [ { pattern : fixture , watched : true } , { pattern : otherFixture , watched : true } ] ,
241+ files : [
242+ { pattern : fixture , watched : true } ,
243+ { pattern : otherFixture , watched : true } ,
244+ ] ,
242245 postcssPreprocessor : { options} ,
243246 }
244247 ) ;
@@ -333,7 +336,10 @@ test('Do not remove dependency from watcher when unreferenced, if another file s
333336 { } ,
334337 {
335338 autoWatch : true ,
336- files : [ { pattern : fixture , watched : true } , { pattern : otherFixture , watched : true } ] ,
339+ files : [
340+ { pattern : fixture , watched : true } ,
341+ { pattern : otherFixture , watched : true } ,
342+ ] ,
337343 postcssPreprocessor : { options} ,
338344 }
339345 ) ;
@@ -374,7 +380,10 @@ test('Do not remove dependency from watcher when different files have differents
374380 { } ,
375381 {
376382 autoWatch : true ,
377- files : [ { pattern : fixture , watched : true } , { pattern : otherFixture , watched : true } ] ,
383+ files : [
384+ { pattern : fixture , watched : true } ,
385+ { pattern : otherFixture , watched : true } ,
386+ ] ,
378387 postcssPreprocessor : { options} ,
379388 }
380389 ) ;
0 commit comments