stargate / stargate-mongoose

Mongoose Node.js package for Apache Cassandra / DataStax Astra

Home Page:https://stargate.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for all comparison operators

kathirsvn opened this issue · comments

We have tests added for = operator in tests/collections/collection.test.ts. We need to add tests for all other operators such as !=, >, >=, <, <=, etc. as well since JSON API started supporting all these operators since v1.0.0-BETA-6 release.