Type Alias ContextByEnv

ContextByEnv: {
    node: NodeTestContext;
    web: MochaContext;
}

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.