diff --git a/client/dom/index.spec.js b/client/dom/index.spec.js index 4b42f5c1..c5843d11 100644 --- a/client/dom/index.spec.js +++ b/client/dom/index.spec.js @@ -41,6 +41,7 @@ test('cloudcmd: client: dom: getCSSVar', (t) => { const result = getCSSVar('hello', { body, }); + delete global.getComputedStyle; t.notOk(result); diff --git a/static/manifest.json b/static/manifest.json index 13feb092..abd55ade 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,14 +1,11 @@ -{ - "short_name": "CloudCMD", - "name": "Cloud Commander", - "display": "standalone", - "start_url": "..", - "icons": [ - { - "src": "../img/favicon/favicon-256.png", - "type": "image/png", - "sizes": "256x256" - } - ] - } - +{ + "short_name": "CloudCMD", + "name": "Cloud Commander", + "display": "standalone", + "start_url": "..", + "icons": [{ + "src": "../img/favicon/favicon-256.png", + "type": "image/png", + "sizes": "256x256" + }] +}