From f385734d1d26762716b44ae9e12d197e4210df26 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 6 Aug 2024 12:45:38 -0400 Subject: [PATCH] Fix alias in vitest.setup.mts --- vitest.setup.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {