From 01ecf45de266b185033869c9a671880de8b65d70 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Mon, 20 May 2024 14:11:34 +0000 Subject: [PATCH] chore: apply changes after linting [bot] --- projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts | 2 ++ 1 file changed, 2 insertions(+) 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', () => {