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', () => {