1. Type Parameters
  2. Type Declaration
  3. autoCleanUp?
  4. fs?
  5. prettier?
  6. root?

Type Alias: InputSandboxOptions

type InputSandboxOptions<> = object;

Defined in: packages/fs-testkit/src/sandbox.js:26

After defaults have been applied and setup has been called

Type Parameters

Type Parameter

Type Declaration

autoCleanUp?

optional autoCleanUp: boolean;

fs?

optional fs: typeof fs;

prettier?

optional prettier: boolean;

root?

optional root: object;

root.allowDestroyRoot?

optional allowDestroyRoot: boolean;

root.allowExisting?

optional allowExisting: boolean;

root.path?

optional path: string;