Skip to content

Commit 684e92e

Browse files
committed
style: prettier formatting
1 parent 672aeb2 commit 684e92e

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

test/unit.test.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)