Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunOptions

Options used to run Mocha,

Hierarchy

  • RunOptions

Index

Properties

colors

colors: boolean

Enable colored terminal output.

cwd

cwd: Furi

Current working directory for the Mocha execution.

experimentalModules

experimentalModules: boolean

Use the --experimental-modules flag to run the tests.

glob

glob: string

Glob matching the spec files. Relative to testDir.

reporter

reporter: MochaReporter

Mocha reporter used to display the test results.

testDir

testDir: Furi

Directory containing the spec files.

Generated using TypeDoc