Skip to content

Commit

Permalink
feat: playground result count buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Oct 28, 2024
1 parent 03a56be commit 697fd7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ it('counts the correct number of combinations', () => {
});

it('assigns bucket', () => {
expect(getBucket(-1)).toBe('invalid bucket');
expect(getBucket(0)).toBe('0-100');
expect(getBucket(100)).toBe('100-1000');
expect(getBucket(1000)).toBe('1000-10000');
Expand Down

0 comments on commit 697fd7e

Please sign in to comment.