Skip to main content
Version: Next

TestBackend

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

Signature:

export interface TestBackend extends Backend 

Extends: Backend

Properties

Property

Modifiers

Type

Description

server

readonly

ExtendedHttpServer

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.