Skip to content

Commit

Permalink
feat: handle armv7l ua
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 4, 2021
1 parent 4cb435f commit 69580c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/ts/pipes/deviceInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ describe('deviceInfoPipe', () => {

describe('getDeviceInfo', () => {
it('returns device info', () => {
const userAgent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'
const userAgent =
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'
const expected: IDeviceInfo = {
browser: {
name: 'Chrome',
Expand Down

0 comments on commit 69580c6

Please sign in to comment.