Skip to content

Commit 969a79c

Browse files
dreamorosiam29d
andauthored
Update packages/commons/tests/unit/typeUtils.test.ts
Co-authored-by: Alexander Schueren <[email protected]>
1 parent e2f68c3 commit 969a79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/commons/tests/unit/typeUtils.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Functions: typeUtils', () => {
6161
);
6262

6363
it.each(['', 0, false, [], {}, Symbol])(
64-
'returns true when the passed value is falsy',
64+
'returns false when the passed value is falsy',
6565
(testValue) => {
6666
// Prepare
6767
const value = testValue;

0 commit comments

Comments
 (0)