testEnv

Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.is

Check if the current environment is in a test process or not

Return

  1. -Boolean

    true if in environment environment, false if not

Example

import { isTestEnv } from '@blackbyte/sugar/is';
isTestEnv(); // => true

Todo

  • testsnormal