mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
Add explicit vitest imports
This commit is contained in:
parent
fd91a16cdf
commit
f93efcf451
|
@ -1,3 +1,4 @@
|
|||
import { describe, it, expect } from 'vitest';
|
||||
import { binData } from '@/shared/charts/binCount';
|
||||
|
||||
describe('binCount.ts', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
import { describe, it, expect } from 'vitest';
|
||||
import { formatPercent, formatPrice, formatPriceCurrency } from '@/shared/formatters';
|
||||
|
||||
describe('formatters.ts', () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
import { describe, it, expect } from 'vitest';
|
||||
import {
|
||||
exportForTesting,
|
||||
timestampms,
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
import { describe, it, expect } from 'vitest';
|
||||
import { roundTimeframe, ROUND_DOWN, ROUND_UP } from '@/shared/timemath';
|
||||
|
||||
// 1651021200000 = 2022-04-27T11:05:00+00:00
|
||||
|
|
Loading…
Reference in New Issue
Block a user