-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedefs.json
More file actions
26 lines (26 loc) · 1.25 KB
/
typedefs.json
File metadata and controls
26 lines (26 loc) · 1.25 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
{
"_contextTesting.MaskContext": {
"link": "https://github.com/contexttesting/mask#type-maskcontext",
"description": "The `this` context of mask methods which contains the mask's properties extracted from the result file."
},
"_contextTesting.MaskConfig": {
"link": "https://github.com/contexttesting/mask#type-maskconfig",
"description": "Configuration for making test suites."
},
"_contextTesting.ForkConfig": {
"link": "https://github.com/contexttesting/mask#type-forkconfig",
"description": "Parameters for forking."
},
"_contextTesting.Preprocessor": {
"link": "https://github.com/contexttesting/mask#type-preprocessor",
"description": "The function which processes fork's outputs before returning them for asserts."
},
"_contextTesting.ForkPreprocessor": {
"link": "https://github.com/contexttesting/mask#type-forkpreprocessor",
"description": "An object with `stdout` and `stderr` preprocessors."
},
"_contextTesting.makeTestSuite": {
"link": "https://github.com/contexttesting/mask#maketestsuitepath-stringarraystringconfig-maskconfig-testsuite",
"description": "Creates a new test suite based on the config. The test suite should be exported from JS files, either as a default, or named export."
}
}