Skip to main content
Version: Next

CreateMockDirectoryOptions.mockOsTmpDir

Home > @backstage/backend-test-utils > CreateMockDirectoryOptions > mockOsTmpDir

In addition to creating a temporary directory, also mock os.tmpdir() to return the mock directory path until the end of the test suite.

When this option is provided the createMockDirectory call must happen in a scope where calling afterAll from Jest is allowed

Signature:

mockOsTmpDir?: boolean;