augment-vir - v31.13.0
    Preparing search index...

    Type Alias ContextByEnv

    Test context by runtime env when Node.js's test runner is used for Node tests and web-test-runner is used for web tests.

    type ContextByEnv = {
        node: NodeTestContext;
        web: MochaTestContext;
    }
    Index

    Properties

    Properties