Skip to content

Commit eb7f851

Browse files
committed
test: fix pwa spec after defaults change
1 parent 1177cf0 commit eb7f851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-pwa/__tests__/pwaPlugin.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test('pwa', async () => {
3939
// PWA specific directives
4040
expect(index).toMatch(`<link rel=manifest href=/manifest.json>`)
4141
expect(index).toMatch(`<!--[if IE]><link rel="shortcut icon" href="/favicon.ico"><![endif]-->`)
42-
expect(index).toMatch(`<meta name=apple-mobile-web-app-capable content=yes>`)
42+
expect(index).toMatch(`<meta name=apple-mobile-web-app-capable content=no>`)
4343

4444
// should import service worker script
4545
const main = await project.read('src/main.js')

0 commit comments

Comments
 (0)