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 28, 2022
1 parent 73cac19 commit 8499ecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/types/expressions.test.ts
Expand Up @@ -164,3 +164,7 @@ const toLong: Expression = { $toLong: '$qty' };
const nullExpr: Expression = {
$ne: null
};

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

0 comments on commit 8499ecb

Please sign in to comment.