mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
71dc8dd6be
commit
4c73315b5c
2 changed files with 12 additions and 14 deletions
|
|
@ -41,6 +41,7 @@ test('cloudcmd: client: dom: getCSSVar', (t) => {
|
|||
const result = getCSSVar('hello', {
|
||||
body,
|
||||
});
|
||||
|
||||
delete global.getComputedStyle;
|
||||
|
||||
t.notOk(result);
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue