Hierarchy

  • SyntheticMochaOptions

Properties

Properties

mochaOptions?: string

One or more arguments as they would otherwise be provided to the mocha cli. @example: "--file ${__dirname}/preload.js --forbid-pending"

spec: string

One or more files, directories, or globs to test, in a format typically provided to the mocha cli. These specs should be relative to the root of the application that is running the Synthetics SDK. @example: ${__dirname}/mocha_tests.spec.js

Generated using TypeDoc