mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-13 20:51:41 -05:00
test: fix pwa spec after defaults change
This commit is contained in:
@@ -39,7 +39,7 @@ test('pwa', async () => {
|
||||
// PWA specific directives
|
||||
expect(index).toMatch(`<link rel=manifest href=/manifest.json>`)
|
||||
expect(index).toMatch(`<!--[if IE]><link rel="shortcut icon" href="/favicon.ico"><![endif]-->`)
|
||||
expect(index).toMatch(`<meta name=apple-mobile-web-app-capable content=yes>`)
|
||||
expect(index).toMatch(`<meta name=apple-mobile-web-app-capable content=no>`)
|
||||
|
||||
// should import service worker script
|
||||
const main = await project.read('src/main.js')
|
||||
|
||||
Reference in New Issue
Block a user