diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6aa3e4ede..0ee570586 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,32 +38,32 @@ jobs: - name: Display structure of coverage files run: tree -L 2 ./coverage -P 'lcov.info' - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/core/ flags: summary,core name: core - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/kit/ flags: summary,kit name: kit - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/phone/ flags: summary,phone name: phone - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/angular/ flags: summary,angular name: angular - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/react/ flags: summary,react name: react - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/vue/ flags: summary,vue diff --git a/projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts b/projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts index 61156eaa7..80622c9c3 100644 --- a/projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts +++ b/projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts @@ -1,3 +1,5 @@ +import {describe, expect, it} from '@jest/globals'; + import {toTimeString} from '../to-time-string'; describe('toTimeString', () => {