diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/parser.spec.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/parser.spec.ts b/tests/parser.spec.ts index 1ebd290..4db0894 100644 --- a/tests/parser.spec.ts +++ b/tests/parser.spec.ts @@ -91,7 +91,10 @@ describe('Foobar', () => { [ none, [ - Expr.PropertyMatch({ name: 'name', exprs: [Expr.AnyString(null), Expr.Truthy(null)] }), + Expr.PropertyMatch({ + name: 'name', + exprs: [Expr.AnyString(null), Expr.Truthy(null)], + }), Expr.PropertyMatch({ name: 'age', exprs: [Expr.AnyNumber(null)] }), ], none, |
