Use this in conjunction with
@augment-vir/test or the Node.js built-in
test runner to run tests for a service and automatically kill the service when all tests have
finished. The describe callback is passed a params object which includes a fetch function.
See testService for more control over how tests are run (but without automatic server
shutdown).
Use this in conjunction with
@augment-vir/test
or the Node.js built-in test runner to run tests for a service and automatically kill the service when all tests have finished. The describe callback is passed a params object which includes a fetch function.See testService for more control over how tests are run (but without automatic server shutdown).