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