mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 16:38:27 +00:00
fix(memory-qmd): write XDG index.yml + legacy compat
This commit is contained in:
committed by
Vignesh
parent
9be3c27bb7
commit
dd8373a424
@@ -6,7 +6,7 @@ import { EventEmitter } from "node:events";
|
||||
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
||||
|
||||
vi.mock("node:child_process", () => {
|
||||
const spawn = vi.fn((cmd: string, _args: string[]) => {
|
||||
const spawn = vi.fn((_cmd: string, _args: string[]) => {
|
||||
const stdout = new EventEmitter();
|
||||
const stderr = new EventEmitter();
|
||||
const child = new EventEmitter() as {
|
||||
|
||||
Reference in New Issue
Block a user