diff --git a/vitest.setup.mts b/vitest.setup.mts index ca314b2..bcc5b21 100644 --- a/vitest.setup.mts +++ b/vitest.setup.mts @@ -1,5 +1,5 @@ import { beforeAll, vi } from 'vitest'; -import '@/declarations.d.ts'; +import '@/arches_references/declarations.d.ts'; beforeAll(() => {