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 3a941e1 commit 1616524Copy full SHA for 1616524
1 file changed
tests/dtUtilsMock.js
@@ -23,4 +23,5 @@ module.exports = {
23
return key ? cookieMap[key] || undefined : cookieMap;
24
},
25
26
+ isEmpty: dtUtils.isEmpty || ((value) => value === null || value === undefined || value === ''),
27
};
0 commit comments