mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
Fix import paths for litegraph files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, expect, it, vi } from "vitest"
|
||||
|
||||
import { truncateText } from "@/utils/textUtils"
|
||||
import { truncateText } from "@/lib/litegraph/src/utils/textUtils"
|
||||
|
||||
describe("truncateText", () => {
|
||||
const createMockContext = (charWidth: number = 10) => {
|
||||
|
||||
Reference in New Issue
Block a user