• produces a shell session for you, can be used within a describe block

    Parameters

    • fn: ((shell: RShell) => void)

      function to use the shell

        • (shell): void
        • Parameters

          Returns void

    • newShell: boolean = false

      whether to create a new shell or reuse a global shell instance for the tests

    Returns (() => void)

      • (): void
      • Returns void