Skip to content

Commit 1616524

Browse files
committed
fix: fix form table test for use isEmpty
1 parent 3a941e1 commit 1616524

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/dtUtilsMock.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ module.exports = {
2323
return key ? cookieMap[key] || undefined : cookieMap;
2424
},
2525
},
26+
isEmpty: dtUtils.isEmpty || ((value) => value === null || value === undefined || value === ''),
2627
};

0 commit comments

Comments
 (0)