diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 21:40:54 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 21:50:20 +0530 |
| commit | 845d503bb16cb5046a4fec6d046b7b527a080187 (patch) | |
| tree | a9f8fdf4510ad4d61e8d105065be9071946e2bdf /tests/parser.spec.ts | |
| parent | 5a9942fde65787b35d4eb8e3441af6fe68819612 (diff) | |
| download | css-everything-845d503bb16cb5046a4fec6d046b7b527a080187.tar.gz css-everything-845d503bb16cb5046a4fec6d046b7b527a080187.zip | |
chore: adds prettier
Diffstat (limited to '')
| -rw-r--r-- | tests/parser.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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`)], ) }) |
