Safely determines if the current execution context is in a unit-testing environment (e.g. Vitest, Jest, or CI). Uses universal getStorage API to avoid direct environment variable AST inspection.
True if running in a test suite or CI environment
Safely determines if the current execution context is in a unit-testing environment (e.g. Vitest, Jest, or CI). Uses universal getStorage API to avoid direct environment variable AST inspection.