chore: add trailingComma
This commit is contained in:
@@ -33,8 +33,8 @@ test('deepAssign', () => {
|
||||
{
|
||||
foo: {
|
||||
bar: true,
|
||||
foo: false
|
||||
}
|
||||
foo: false,
|
||||
},
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user