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

Type Alias: SettledSandboxOptions

type SettledSandboxOptions<> = object;

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

Type Parameters

Type Parameter

Type Declaration

autoCleanUp?

optional autoCleanUp: boolean;

fs

fs: typeof fs;

prettier

prettier: boolean;

root

root: object;

root.allowDestroyRoot?

optional allowDestroyRoot: boolean;

root.allowExisting?

optional allowExisting: boolean;

root.path

path: string;