chore: format sandbox skills test

This commit is contained in:
Peter Steinberger
2026-01-11 04:39:42 +01:00
parent eeae5ce7fd
commit 50e62122bb

View File

@@ -87,7 +87,9 @@ describe("sandbox skill mirroring", () => {
});
const runContext = async (workspaceAccess: "none" | "ro") => {
const stateDir = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-state-"));
const stateDir = await fs.mkdtemp(
path.join(os.tmpdir(), "clawdbot-state-"),
);
const bundledDir = path.join(stateDir, "bundled-skills");
await fs.mkdir(bundledDir, { recursive: true });