fixed lint/format issues #5
Annotations
5 errors
|
unittest
Process completed with exit code 1.
|
|
tests/timezone.test.ts > Timezone Support > Scheduler utilities > should handle complex cron expressions with timezone:
packages/core/tests/timezone.test.ts#L115
AssertionError: expected [ 3, 8, 9 ] to include 4
❯ tests/timezone.test.ts:115:25
|
|
tests/timezone.test.ts > Timezone Support > Scheduler utilities > should calculate next run with timezone:
packages/core/tests/timezone.test.ts#L64
AssertionError: expected [ 8, 14 ] to include 9
❯ tests/timezone.test.ts:64:23
|
|
tests/timezone.test.ts > Timezone Support > Scheduler utilities > should handle DST transitions in cron parsing:
packages/core/tests/timezone.test.ts#L48
AssertionError: expected [ 8, 13, 14 ] to include 9
❯ tests/timezone.test.ts:48:27
|
|
tests/timezone.test.ts > Timezone Support > Scheduler utilities > should parse cron in different timezones:
packages/core/tests/timezone.test.ts#L24
AssertionError: expected [ 8, 14 ] to include 9
❯ tests/timezone.test.ts:24:23
|