chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2024-11-13 21:13:27 +00:00
parent 71dc8dd6be
commit 4c73315b5c
2 changed files with 12 additions and 14 deletions

View file

@ -41,6 +41,7 @@ test('cloudcmd: client: dom: getCSSVar', (t) => {
const result = getCSSVar('hello', {
body,
});
delete global.getComputedStyle;
t.notOk(result);

View file

@ -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"
}]
}