mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -334,9 +334,9 @@ describe('Contact', () => {
|
||||
value: NUMBER,
|
||||
},
|
||||
],
|
||||
avatar: ({
|
||||
avatar: {
|
||||
isProfile: true,
|
||||
} as unknown) as Avatar,
|
||||
} as unknown as Avatar,
|
||||
},
|
||||
],
|
||||
};
|
||||
@@ -394,13 +394,13 @@ describe('Contact', () => {
|
||||
street: '5 Somewhere Ave.',
|
||||
},
|
||||
],
|
||||
avatar: ({
|
||||
avatar: {
|
||||
otherKey: 'otherValue',
|
||||
avatar: {
|
||||
contentType: 'image/png',
|
||||
data: Buffer.from('It’s easy if you try'),
|
||||
},
|
||||
} as unknown) as Avatar,
|
||||
} as unknown as Avatar,
|
||||
},
|
||||
],
|
||||
};
|
||||
@@ -459,9 +459,9 @@ describe('Contact', () => {
|
||||
displayName: 'Someone Somewhere',
|
||||
},
|
||||
number: [
|
||||
({
|
||||
{
|
||||
type: 1,
|
||||
} as unknown) as Phone,
|
||||
} as unknown as Phone,
|
||||
],
|
||||
email: [
|
||||
{
|
||||
@@ -556,14 +556,14 @@ describe('Contact', () => {
|
||||
displayName: 'Someone Somewhere',
|
||||
},
|
||||
number: [
|
||||
({
|
||||
{
|
||||
type: 1,
|
||||
} as unknown) as Phone,
|
||||
} as unknown as Phone,
|
||||
],
|
||||
email: [
|
||||
({
|
||||
{
|
||||
type: 1,
|
||||
} as unknown) as Email,
|
||||
} as unknown as Email,
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user