abstract-level
abstract-level copied to clipboard
Remove redundant range tests
See https://github.com/Level/abstract-leveldown/pull/353#discussion_r336780503. That PR changed the range tests to automatically test the inverse of options (in reverse mode), more akin to property-based testing. It made some handwritten reverse=true tests redundant.