Environment detection for test runs using wherearewe
import { isNode } from 'aegir/env'if (isNode) { // do node things} Copy
import { isNode } from 'aegir/env'if (isNode) { // do node things}
Environment detection for test runs using wherearewe
Example