refactor(frontend): replace legacy utils JS files with typed TS equivalents

This commit is contained in:
Yiannis
2026-03-11 01:51:53 +02:00
parent df4b0422d5
commit 1b8e8aae6a
48 changed files with 711 additions and 502 deletions

View File

@@ -1,4 +1,4 @@
import formatViewsNumber from '../../../src/static/js/utils/helpers/formatViewsNumber';
import { formatViewsNumber } from '../../../src/static/js/utils/helpers';
describe('js/utils/helpers', () => {
describe('formatViewsNumber', () => {