Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MochaMainOptions

Hierarchy

  • MochaMainOptions

Index

Properties

Properties

base

base: Furi

Base directory for wildstar ** expansion.

Absolute POSIX path.

mode

mode: "cjs" | "esm"

Output mode.

  • "cjs" means to use a sequence of require(...).
  • "esm" means to use a sequence of await import(...)

sources

sources: string

glob patterns matching the files to select.

target

target: RelPosixPath

Target file where the result will be written.

Relative POSIX path, resolved from .base.

Generated using TypeDoc