fix(core): update

This commit is contained in:
2023-08-03 20:50:18 +02:00
parent 1754524184
commit b4e9bd5174
6 changed files with 16 additions and 10 deletions

View File

@ -27,6 +27,13 @@ tap.test('should create a valid Server', async () => {
manifest: {
name: 'Test App',
short_name: 'testapp',
start_url: '/',
display: 'standalone',
background_color: '#000',
theme_color: '#000',
scope: '/',
lang: 'en',
display_override: ['window-controls-overlay'],
},
feed: true,
sitemap: true,