mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
chore: remove faulty import
This commit is contained in:
parent
0dea63e6e9
commit
a5c21d2443
|
@ -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', () => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user