fix: appease lint after merge

This commit is contained in:
Peter Steinberger
2026-01-03 21:44:05 +00:00
parent e2709a3ebd
commit 8b069e62fc
4 changed files with 41 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
import { describe, expect, it } from "vitest";
import type { SandboxContext } from "./sandbox.js";
import { buildEmbeddedSandboxInfo } from "./pi-embedded-runner.js";
import type { SandboxContext } from "./sandbox.js";
describe("buildEmbeddedSandboxInfo", () => {
it("returns undefined when sandbox is missing", () => {