chore: pin dependencies and use native TypeScript
This commit is contained in:
@@ -7,7 +7,7 @@ import type { AgentTool } from "@earendil-works/pi-agent-core";
|
||||
import type { AssistantMessage } from "@earendil-works/pi-ai";
|
||||
import { Type } from "typebox";
|
||||
import { afterEach, describe, expect, it } from "vitest";
|
||||
import { createHarness, createHarnessWithExtensions, type Harness } from "./test-harness.js";
|
||||
import { createHarness, createHarnessWithExtensions, type Harness } from "./test-harness.ts";
|
||||
|
||||
describe("test harness", () => {
|
||||
let harness: Harness;
|
||||
|
||||
Reference in New Issue
Block a user