src/app/lib/utilities/isTest/index.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { getEnvConfig } from '../getEnvConfig';

export default () => getEnvConfig().SIMORGH_APP_ENV === 'test';