From 089a469086131cf9f74162cdef1a076993d9d13d Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Mon, 13 Sep 2021 11:36:26 +0200 Subject: [PATCH] Repair tests --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.ts b/test/index.test.ts index 77fe4b1..f59ff75 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -1,4 +1,4 @@ -import { forTime } from '../src/main'; +import { forTime } from '../src/functions/forTime'; // TODO: Actually I do not know what is the best way how to test library of this type