We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4f627 commit f2ef160Copy full SHA for f2ef160
client/dom/index.spec.js
@@ -38,7 +38,9 @@ test('cloudcmd: client: dom: getCSSVar', (t) => {
38
global.getComputedStyle = stub().returns({
39
getPropertyValue,
40
});
41
- const result = getCSSVar('hello', {body});
+ const result = getCSSVar('hello', {
42
+ body,
43
+ });
44
delete global.getComputedStyle;
45
46
t.notOk(result);
@@ -52,7 +54,9 @@ test('cloudcmd: client: dom: getCSSVar: 1', (t) => {
52
54
53
55
56
57
58
59
60
61
62
0 commit comments