We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1177cf0 commit eb7f851Copy full SHA for eb7f851
packages/@vue/cli-plugin-pwa/__tests__/pwaPlugin.spec.js
@@ -39,7 +39,7 @@ test('pwa', async () => {
39
// PWA specific directives
40
expect(index).toMatch(`<link rel=manifest href=/manifest.json>`)
41
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>`)
+ expect(index).toMatch(`<meta name=apple-mobile-web-app-capable content=no>`)
43
44
// should import service worker script
45
const main = await project.read('src/main.js')
0 commit comments