Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgoli committed Nov 10, 2023
1 parent ab890aa commit c5c229d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/nlp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit c5c229d

Please sign in to comment.