Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Environment

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

Properties

cwd

cwd: string = process.cwd()

The current working directory that a command is tested in. Defaults to process.cwd()

timeout

timeout: undefined | number = undefined

The timeout between the execution of run commands

Methods

get

Object literals

env

env: object

The environmental varibles that are defined in the environment which commands are tested in. By default, process.env is used. However, if Environment is constructed with a custom env, that will be used instead and process.env will not be used.

NODE_ENV

NODE_ENV: string = "test"

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc