OptionalcontentInitializes the directory with the given content, see MockDirectory.setContent.
OptionalmockIn 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
Options for createMockDirectory.