aleclarson / rethinkdb-mock

In-memory RethinkDB
7 stars 3 forks source link

`hasFields` does not support key maps #17

Open aleclarson opened 7 years ago

aleclarson commented 7 years ago
db.expr({ a: {b: 1} }).hasFields({ a: {b: true} }).run() // => true