Const
E2E test method.
This method should return true
if the test passes, and false
if it fails.
Check the method itself for more information.
Any
E2E test method.
This method should return true
if the test passes, and false
if it fails.
Check the method itself for more information.
Rest
...args: any[]Any
E2E test method.
This method should return true
if the test passes, and false
if it fails.
Check the method itself for more information.
Rest
...args: any[]Any
const isValid = TestSchema.parse({
test: () => true
});
If the provided test method is not a function or does not return a boolean.
Generated using TypeDoc
Schema for validating test methods.