mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 16:14:31 +00:00
style: format tests and helpers
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import {
|
||||
buildSandboxCreateArgs,
|
||||
type SandboxDockerConfig,
|
||||
} from "./sandbox.js";
|
||||
import { buildSandboxCreateArgs, type SandboxDockerConfig } from "./sandbox.js";
|
||||
|
||||
describe("buildSandboxCreateArgs", () => {
|
||||
it("includes hardening and resource flags", () => {
|
||||
|
||||
Reference in New Issue
Block a user