mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +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';
|
import { binData } from '@/shared/charts/binCount';
|
||||||
|
|
||||||
describe('binCount.ts', () => {
|
describe('binCount.ts', () => {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import { describe, it, expect } from 'vitest';
|
||||||
import { formatPercent, formatPrice, formatPriceCurrency } from '@/shared/formatters';
|
import { formatPercent, formatPrice, formatPriceCurrency } from '@/shared/formatters';
|
||||||
|
|
||||||
describe('formatters.ts', () => {
|
describe('formatters.ts', () => {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import { describe, it, expect } from 'vitest';
|
||||||
import {
|
import {
|
||||||
exportForTesting,
|
exportForTesting,
|
||||||
timestampms,
|
timestampms,
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import { describe, it, expect } from 'vitest';
|
||||||
import { roundTimeframe, ROUND_DOWN, ROUND_UP } from '@/shared/timemath';
|
import { roundTimeframe, ROUND_DOWN, ROUND_UP } from '@/shared/timemath';
|
||||||
|
|
||||||
// 1651021200000 = 2022-04-27T11:05:00+00:00
|
// 1651021200000 = 2022-04-27T11:05:00+00:00
|
||||||
|
|
Loading…
Reference in New Issue
Block a user