API package:test-framework
This module exports everything that you need to be able to create your
own framework test provider. To create a provider you need to:
- Create an instance of the Testlike class
- Create an instance of the TestResultlike class
- Expose a function that lets people construct Test values
using your new instances
This module exports everything that you need to be able to create your
own test runner.