aboutsummaryrefslogtreecommitdiff
path: root/tests/parser.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser.spec.ts')
-rw-r--r--tests/parser.spec.ts5
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,