Skip to content

Commit

Permalink
Add expression type test
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeros committed Jun 27, 2022
1 parent 39c4339 commit 382f12e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/types/expressions.test.ts
Expand Up @@ -163,4 +163,8 @@ const toLong: Expression = { $toLong: '$qty' };

const nullExpr: Expression = {
$ne: null
};
};

const nullNETupleExpr: Expression = {
$ne: ["$name", null]
};

0 comments on commit 382f12e

Please sign in to comment.