style: fix import order in pi-embedded-utils.test.ts

This commit is contained in:
L36 Server
2026-01-13 10:23:48 +10:30
committed by Peter Steinberger
parent 350f956f2c
commit 1eb924739b

View File

@@ -1,6 +1,6 @@
import type { AssistantMessage } from "@mariozechner/pi-ai";
import { describe, expect, it } from "vitest";
import { extractAssistantText } from "./pi-embedded-utils.js";
import type { AssistantMessage } from "@mariozechner/pi-ai";
describe("extractAssistantText", () => {
it("strips Minimax tool invocation XML from text", () => {