diff --git a/test/cron-parser.test.ts b/test/cron-parser.test.ts index 50deaf57..cbd890d5 100644 --- a/test/cron-parser.test.ts +++ b/test/cron-parser.test.ts @@ -491,7 +491,7 @@ describe('parseCronExpression', () => { ) }) - test('it should be resilient to extra whitespaces', () => { + test('Should be resilient to extra whitespaces', () => { expect( parseCronExpression(' * * * * * * '), ).toMatchObject({