mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:31:37 +00:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import path from "node:path";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import {
|
||||
buildMinimalServicePath,
|
||||
buildServiceEnvironment,
|
||||
} from "./service-env.js";
|
||||
import { buildMinimalServicePath, buildServiceEnvironment } from "./service-env.js";
|
||||
|
||||
describe("buildMinimalServicePath", () => {
|
||||
it("includes Homebrew + system dirs on macOS", () => {
|
||||
|
||||
Reference in New Issue
Block a user