Skip to content

Commit d8eac28

Browse files
committed
chore: move files and update comments
1 parent b9be4f1 commit d8eac28

5 files changed

Lines changed: 195 additions & 213 deletions

File tree

packages/appkit-ui/src/js/format/format.ts

Lines changed: 0 additions & 202 deletions
This file was deleted.

packages/appkit-ui/src/js/format/format.test.ts renamed to packages/appkit-ui/src/js/format/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, test } from "vitest";
2-
import { formatLabel, formatValue, toD3Format } from "./format";
2+
import { formatLabel, formatValue, toD3Format } from "./index";
33

44
describe("js/format formatValue", () => {
55
test("currency spec formats with prefix, grouping and 2 decimals", () => {

0 commit comments

Comments
 (0)