Open
Description
Description
This RFC requests that tests be added to @stdlib/dstructs/compact-adjacency-matrix
.
Currently, the package lacks sufficient tests. Ideally, this package would achieve 100% test coverage.
What should be tested?
- All methods
- Property access
- All edge cases
For reference, see @stdlib/array/complex64
for a package which exports a custom class and includes extensive unit tests.
Related Issues
None.
Questions
No.
Other
No.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.