refactor: fix cards files names by removing duplicating postfix (#4376)

This commit is contained in:
Alexandr Garbuzov
2025-08-24 17:14:18 +03:00
committed by GitHub
parent 09cb2a596e
commit dd7582db8f
23 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {
queryByTestId,
} from "@testing-library/dom";
import { cssToObject } from "@uppercod/css-to-object";
import { renderStatsCard } from "../src/cards/stats-card.js";
import { renderStatsCard } from "../src/cards/stats.js";
import { expect, it, describe } from "@jest/globals";
import { CustomError } from "../src/common/utils.js";