Skip to content

Commit

Permalink
chore: remove not needed ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Aug 12, 2023
1 parent cad8a3e commit 68addd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/message.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,7 @@ test.group('Message', () => {
(calendar) => {
calendar.createEvent({
summary: 'Discuss tech',
// @ts-expect-error See https://github.com/sebbo2002/ical-generator/issues/485
start: DateTime.local().plus({ minutes: 30 }),
// @ts-expect-error See https://github.com/sebbo2002/ical-generator/issues/485
end: DateTime.local().plus({ minutes: 60 }),
url: 'http://adonisjs.com/meeting/1',
})
Expand Down

0 comments on commit 68addd6

Please sign in to comment.