Interface TestDoneCallbackObject

Index

Properties

Properties

public duration: number

The total runtime, including setup and teardown

public failed: number

The number of failed assertions

public module: string

Name of the current module

public name: string

TName of the next test to run

public passed: number

The number of passed assertions

public total: number

The total number of assertions