From 845d503bb16cb5046a4fec6d046b7b527a080187 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 11 Aug 2023 21:40:54 +0530 Subject: chore: adds prettier --- tests/parser.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/parser.spec.ts') diff --git a/tests/parser.spec.ts b/tests/parser.spec.ts index f2893b8..41fafa3 100644 --- a/tests/parser.spec.ts +++ b/tests/parser.spec.ts @@ -49,7 +49,7 @@ describe('parser', () => { ]) expect(parse(` 'hello world toodles \" nice double quote there' `)).toEqual( - [Expr.LiteralString(`hello world toodles \" nice double quote there`)] + [Expr.LiteralString(`hello world toodles \" nice double quote there`)], ) }) -- cgit v1.3.1