UNPKG

@zoroaster/mask

Version:

The Code For Zoroaster Mask Testing.

26 lines 1.33 kB
{ "_contextTesting.MaskContext": { "link": "https://gitlab.com/artdeco/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://gitlab.com/artdeco/contexttesting/mask#type-maskconfig", "description": "Configuration for making test suites." }, "_contextTesting.ForkConfig": { "link": "https://gitlab.com/artdeco/contexttesting/mask#type-forkconfig", "description": "Parameters for forking." }, "_contextTesting.Preprocessor": { "link": "https://gitlab.com/artdeco/contexttesting/mask#type-preprocessor", "description": "The function which processes fork's outputs before returning them for asserts." }, "_contextTesting.ForkPreprocessor": { "link": "https://gitlab.com/artdeco/contexttesting/mask#type-forkpreprocessor", "description": "An object with `stdout` and `stderr` preprocessors." }, "_contextTesting.makeTestSuite": { "link": "https://gitlab.com/artdeco/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." } }