Type Alias ContextByEnv

ContextByEnv: { node: NodeTestContext; web: MochaTestContext }

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.