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);