KC's Workspace
    Preparing search index...
    interface TestSequencer {
        shard: (files: TestSpecification[]) => Awaitable<TestSpecification[]>;
        sort: (files: TestSpecification[]) => Awaitable<TestSpecification[]>;
    }
    Index

    Properties

    Properties

    Slicing tests into shards. Will be run before sort. Only run, if shard is defined.