mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 18:30:43 +00:00
8 lines
209 B
TypeScript
8 lines
209 B
TypeScript
// Focused public test helpers for Node builtin module mocks.
|
|
|
|
export {
|
|
mockNodeBuiltinModule,
|
|
mockNodeChildProcessExecFile,
|
|
mockNodeChildProcessSpawnSync,
|
|
} from "./test-helpers/node-builtin-mocks.js";
|