From a5c21d2443f866301e03e7c29260ac824a7b120b Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 23 Jul 2024 20:54:46 +0200 Subject: [PATCH] chore: remove faulty import --- tests/unit/plotTemplates.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/plotTemplates.spec.ts b/tests/unit/plotTemplates.spec.ts index e5a32915..903b910f 100644 --- a/tests/unit/plotTemplates.spec.ts +++ b/tests/unit/plotTemplates.spec.ts @@ -1,8 +1,7 @@ -import { describe, it, expect } from 'vitest'; +import { describe, expect, it } from 'vitest'; import { usePlotTemplates } from '@/composables/plotTemplates'; import { PlotConfig } from '@/types'; -import { M } from 'vite/dist/node/types.d-aGj9QkWt'; describe('replaceTemplateColumns', () => { it('Updates main plot values', () => {