Skip to content

Commit 93e28bc

Browse files
committed
more tests
1 parent 6f75ffc commit 93e28bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/views/array-view.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ describe.each([
187187

188188
// Then
189189
expect(v.toArray()).toEqual(expected);
190+
expect([...v]).toEqual(expected);
190191
});
191192
},
192193
);

0 commit comments

Comments
 (0)