diff --git a/tests/function.spec.ts b/tests/function.spec.ts index 5414410..643f4d2 100644 --- a/tests/function.spec.ts +++ b/tests/function.spec.ts @@ -1,5 +1,5 @@ import { describe, it, expect, vi } from 'vitest' -import { debounce, throttle, call } from '../src/function' +import { debounce, throttle, call } from '../src' describe('Utility Functions', () => { describe('debounce', () => {