MockDirectoryContentOptions.path
Home > @backstage/backend-test-utils
> MockDirectoryContentOptions
> path
The path to read content from. Defaults to the root of the mock directory.
An absolute path can also be provided, as long as it is a child path of the mock directory.
Signature:
path?: string;