TestBackend.server
Home > @backstage/backend-test-utils
> TestBackend
> server
Provides access to the underling HTTP server for use with utilities such as supertest
.
If the root http router service has been replaced, this will throw an error.
Signature:
readonly server: ExtendedHttpServer;