Test your endpoint with real Request and Response objects!
import {testEndpoint} from '@rest-vir/run-service';const response = await testEndpoint(myServiceImplementation.endpoints['/my-endpoint']); Copy
import {testEndpoint} from '@rest-vir/run-service';const response = await testEndpoint(myServiceImplementation.endpoints['/my-endpoint']);
@rest-vir/run-service
Test your endpoint with real Request and Response objects!