parent
283a071c86
commit
a4bd0ae100
2 changed files with 12 additions and 1 deletions
|
|
@ -937,6 +937,9 @@ describe('Pattern', () => {
|
|||
.firstCycle(),
|
||||
);
|
||||
});
|
||||
it('Can chop chops', () => {
|
||||
expect(pure({ s: 'bev' }).chop(2).chop(2).firstCycle()).toStrictEqual(pure({ s: 'bev' }).chop(4).firstCycle());
|
||||
});
|
||||
});
|
||||
describe('range', () => {
|
||||
it('Can be patterned', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue