mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-17 02:37:33 +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";
|