diff --git a/types/node-cron/node-cron-tests.ts b/types/node-cron/node-cron-tests.ts index a5c92b5238..f987d41334 100644 --- a/types/node-cron/node-cron-tests.ts +++ b/types/node-cron/node-cron-tests.ts @@ -48,7 +48,7 @@ if (valid && !invalid) { // check timezones are accepted from the string literal const tast4 = cron.schedule('* * * * *', () => { - log('will execute every minute until stopped') + log('will execute every minute until stopped'); }, { timezone: 'Europe/London' }); tast4.destroy();