test: add missing tests to `utils/circular-buffer`
Toward #474.
Description
What is the purpose of this pull request?
This pull request adds missing tests to utils/circular-buffer.
Related Issues
Does this pull request have any related issues?
This pull request progresses #474.
Questions
Any questions for reviewers of this pull request?
No.
Other
Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.
No.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- [x] Read, understood, and followed the contributing guidelines.
@stdlib-js/reviewers
Hi, is there something blocking this?
@skoriop Your changes look good and can be merged, but the linked issue includes adding tests for the remaining API surface area of the CircularBuffer class. Would you be able to add further tests for its methods? That would be much appreciated!
As is, these changes do not satisfy #474.