Skip to content

Commit 4e4042f

Browse files
committed
style: prettier formatting
1 parent 2f1c2b0 commit 4e4042f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/glob-assets.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ test('Favor Object over String values when removing duplicates', async t => {
7777

7878
t.deepEqual(
7979
sortAssets(globbedAssets),
80-
sortAssets([{path: 'upload.txt', name: 'upload_name'}, {path: 'upload_other.txt', name: 'upload_other_name'}])
80+
sortAssets([
81+
{path: 'upload.txt', name: 'upload_name'},
82+
{path: 'upload_other.txt', name: 'upload_other_name'},
83+
])
8184
);
8285
});
8386

0 commit comments

Comments
 (0)