Skip to main content
Version: Next

TestBackend

Home > @backstage/backend-test-utils > TestBackend

Signature:

export interface TestBackend extends Backend 

Extends: Backend

Properties

PropertyModifiersTypeDescription
serverreadonlyExtendedHttpServer

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.