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