From c5c229d5003809d1cc0d058c23f1b3e7a6334ebc Mon Sep 17 00:00:00 2001 From: David Golightly Date: Fri, 10 Nov 2023 11:49:00 -0800 Subject: [PATCH] prettier --- test/nlp.test.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/nlp.test.ts b/test/nlp.test.ts index 52173383..8948616c 100644 --- a/test/nlp.test.ts +++ b/test/nlp.test.ts @@ -34,7 +34,10 @@ const texts = [ const toTexts = [ ...texts, - ['Every week on monday', 'DTSTART;TZID=America/New_York:20220601T000000\nRRULE:INTERVAL=1;FREQ=WEEKLY;BYDAY=MO'], + [ + 'Every week on monday', + 'DTSTART;TZID=America/New_York:20220601T000000\nRRULE:INTERVAL=1;FREQ=WEEKLY;BYDAY=MO', + ], ] describe('NLP', () => {