Skip to content

Commit 35ed434

Browse files
test(immutable-data): fix some tests not running
1 parent 658e008 commit 35ed434

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import array from "./array";
12
import object from "./object";
23

34
export default {
4-
valid: [...object.valid],
5-
invalid: [...object.invalid],
5+
valid: [...object.valid, ...array.valid],
6+
invalid: [...object.invalid, ...array.invalid],
67
};

0 commit comments

Comments
 (0)