Add explicit vitest imports

This commit is contained in:
Matthias 2023-04-11 06:38:26 +02:00
parent fd91a16cdf
commit f93efcf451
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import { describe, it, expect } from 'vitest';
import { binData } from '@/shared/charts/binCount';
describe('binCount.ts', () => {

View File

@ -1,3 +1,4 @@
import { describe, it, expect } from 'vitest';
import { formatPercent, formatPrice, formatPriceCurrency } from '@/shared/formatters';
describe('formatters.ts', () => {

View File

@ -1,3 +1,4 @@
import { describe, it, expect } from 'vitest';
import {
exportForTesting,
timestampms,

View File

@ -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