UNPKG

box-ui-elements-mlh

Version:
10 lines (8 loc) 259 B
import isDevEnvironment from '../env'; describe('util/env', () => { describe('isDevEnvironment()', () => { test('isDevEnvironment is true inside of unit tests', () => { expect(isDevEnvironment()).toBeTruthy(); }); }); });