We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f68c3 commit 969a79cCopy full SHA for 969a79c
packages/commons/tests/unit/typeUtils.test.ts
@@ -61,7 +61,7 @@ describe('Functions: typeUtils', () => {
61
);
62
63
it.each(['', 0, false, [], {}, Symbol])(
64
- 'returns true when the passed value is falsy',
+ 'returns false when the passed value is falsy',
65
(testValue) => {
66
// Prepare
67
const value = testValue;
0 commit comments