-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedefs.json
More file actions
30 lines (30 loc) · 1.45 KB
/
typedefs.json
File metadata and controls
30 lines (30 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"_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."
}
}