Type alias ServiceTestDefaultTest

ServiceTestDefaultTest: {
    duration: number;
    err?: string;
    fullTitle: string;
    title: string;
}

Test results for a single test case using the default reporter.

Type declaration

  • duration: number
  • Optional err?: string
  • fullTitle: string
  • title: string

Generated using TypeDoc