(authdata)
| 12 | const defaultUserName = 'CustomAccount'; |
| 13 | |
| 14 | function getFirstAndOnlyAccount(authdata) { |
| 15 | return authdata.accounts[0]; |
| 16 | } |
| 17 | |
| 18 | describe('buildAuthDataAccount function', () => { |
| 19 | it('should return authdata with the default user name if no user ' + |