@zoroaster/fork
Version:
Test forks.
30 lines • 1.49 kB
JSON
{
"_contextTesting.fork": {
"link": "https://github.com/contexttesting/fork#async-forkoptions-runfork-forkresult",
"description": "This method will fork a process, and pass the inputs when `stdin` expects an input. Because `includeAnswers` is set to `true` by default, the answers will be included in the resulting `stdout` and `stderr` properties.\r\n Returns the result of the work, updated to contain answers in the interactive mode."
},
"_contextTesting.RunFork": {
"link": "https://github.com/contexttesting/fork#type-runfork",
"description": "Options for the run method."
},
"_contextTesting.ForkResult": {
"link": "https://github.com/contexttesting/fork#type-forkresult",
"description": "The output of the fork method."
},
"_contextTesting.ForkConfig": {
"link": "https://github.com/contexttesting/fork#type-forkconfig",
"description": "Parameters for forking."
},
"_contextTesting.Preprocessor": {
"link": "https://github.com/contexttesting/fork#type-preprocessor",
"description": "The function which processes fork's outputs before returning them for asserts."
},
"_contextTesting.ForkPreprocessor": {
"link": "https://github.com/contexttesting/fork#type-forkpreprocessor",
"description": "An object with `stdout` and `stderr` preprocessors."
},
"_contextTesting.Context": {
"link": "https://github.com/contexttesting/fork#type-context",
"description": "A context made with a constructor."
}
}