chore: remove faulty import

This commit is contained in:
Matthias 2024-07-23 20:54:46 +02:00
parent 0dea63e6e9
commit a5c21d2443

View File

@ -1,8 +1,7 @@
import { describe, it, expect } from 'vitest'; import { describe, expect, it } from 'vitest';
import { usePlotTemplates } from '@/composables/plotTemplates'; import { usePlotTemplates } from '@/composables/plotTemplates';
import { PlotConfig } from '@/types'; import { PlotConfig } from '@/types';
import { M } from 'vite/dist/node/types.d-aGj9QkWt';
describe('replaceTemplateColumns', () => { describe('replaceTemplateColumns', () => {
it('Updates main plot values', () => { it('Updates main plot values', () => {