chore: format sandbox skills test
This commit is contained in:
parent
eeae5ce7fd
commit
50e62122bb
1 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,9 @@ describe("sandbox skill mirroring", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
const runContext = async (workspaceAccess: "none" | "ro") => {
|
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");
|
const bundledDir = path.join(stateDir, "bundled-skills");
|
||||||
await fs.mkdir(bundledDir, { recursive: true });
|
await fs.mkdir(bundledDir, { recursive: true });
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue