Skip to content

Commit df53a93

Browse files
committed
chore: lint
1 parent 1c9c59e commit df53a93

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@
6060
"@nuxtjs/device": "workspace:*"
6161
},
6262
"packageManager": "pnpm@10.25.0"
63-
}
63+
}

test/basic.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ describe('ssr', async () => {
223223
describe('detects an-app browser', () => {
224224
it('Instagram', async () => {
225225
const userAgent
226-
= 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15A372 Instagram'
226+
= 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15A372 Instagram'
227227

228228
const html = await $fetch('/', {
229229
headers: {
@@ -236,7 +236,7 @@ describe('ssr', async () => {
236236
})
237237
it('Facebook', async () => {
238238
const userAgent
239-
= 'Mozilla/5.0 ((iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile [FBAN/FBForIPhone;FBAV/4.1;FBBV/4100.0;FBDV/iPhone3,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/5.1.1;FBSS/2; tablet;FBLC/en_US]'
239+
= 'Mozilla/5.0 ((iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile [FBAN/FBForIPhone;FBAV/4.1;FBBV/4100.0;FBDV/iPhone3,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/5.1.1;FBSS/2; tablet;FBLC/en_US]'
240240

241241
const html = await $fetch('/', {
242242
headers: {

0 commit comments

Comments
 (0)