Interface TestSuite<T>

A group of tests.

interface TestSuite<T> {
    symbol: symbol;
}

Type Parameters

  • T

Properties

Properties

symbol: symbol

The symbol to use for grouping the test suite