Merge pull request #78 from mhpsy:main #92
Annotations
5 errors
lib/is/mobile.test.js > yd_is_mobile > should return true for mobile user agents:
lib/is/mobile.test.js#L19
TypeError: Cannot set property navigator of #<Object> which has only a getter
❯ lib/is/mobile.test.js:19:30
❯ lib/is/mobile.test.js:18:26
|
lib/is/mobile.test.js > yd_is_mobile > should return true for mobile user agents:
lib/is/mobile.test.js#L12
TypeError: Cannot set property navigator of #<Object> which has only a getter
❯ lib/is/mobile.test.js:12:26
|
lib/is/mobile.test.js > yd_is_mobile > should return false for non-mobile user agents:
lib/is/mobile.test.js#L28
TypeError: Cannot set property navigator of #<Object> which has only a getter
❯ lib/is/mobile.test.js:28:30
❯ lib/is/mobile.test.js:27:27
|
lib/is/mobile.test.js > yd_is_mobile > should return false for non-mobile user agents:
lib/is/mobile.test.js#L12
TypeError: Cannot set property navigator of #<Object> which has only a getter
❯ lib/is/mobile.test.js:12:26
|
build (22.x)
Process completed with exit code 1.
|