Skip to content

Commit b97c682

Browse files
committed
[null] is no longer foolish
1 parent 8896e2c commit b97c682

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/core/store/store-foolishness.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ const INVALID_CELLS_OR_VALUES: [string, any][] = [
6666
['Number', new Number(1)],
6767
['String', new String('1')],
6868
['Boolean', new Boolean(true)],
69-
['null', null],
7069
['undefined', undefined],
7170
['NaN', NaN],
7271
];

0 commit comments

Comments
 (0)