Skip to main content

MockDirectoryOptions

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

Options for createMockDirectory().

Signature:

export interface MockDirectoryOptions 

Properties

PropertyModifiersTypeDescription
content?MockDirectoryContent(Optional) Initializes the directory with the given content, see MockDirectory.setContent().
mockOsTmpDir?boolean(Optional) In addition to creating a temporary directory, also mock os.tmpdir() to return the mock directory path until the end of the test suite.