mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-06 03:14:35 -06:00
chore: use path aliasing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { formatBytes } from "./format.js";
|
||||
import { formatBytes } from "@/lib/format";
|
||||
import { test, expect } from "vitest";
|
||||
|
||||
test("formats bytes less than 1024", () => {
|
||||
|
||||
Reference in New Issue
Block a user