mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Match tslint rules (#264)
This commit is contained in:
@@ -17,7 +17,7 @@ function expectIdentity(cipher: CipherView) {
|
||||
username: 'userNam3',
|
||||
company: 'bitwarden',
|
||||
phone: '8005555555',
|
||||
email: 'email@bitwarden.com'
|
||||
email: 'email@bitwarden.com',
|
||||
}));
|
||||
|
||||
expect(cipher.notes).toContain('address\ncity state zip\nUnited States');
|
||||
|
||||
@@ -18,15 +18,15 @@ function expectIdentity(cipher: CipherView) {
|
||||
username: 'userNam3',
|
||||
company: 'bitwarden',
|
||||
phone: '8005555555',
|
||||
email: 'email@bitwarden.com'
|
||||
email: 'email@bitwarden.com',
|
||||
}));
|
||||
|
||||
expect(cipher.fields).toEqual(jasmine.arrayContaining([
|
||||
Object.assign(new FieldView(), {
|
||||
type: FieldType.Text,
|
||||
name: 'address',
|
||||
value: 'address city state zip us'
|
||||
})
|
||||
value: 'address city state zip us',
|
||||
}),
|
||||
]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user