export const isTesting = () => process.env.NODE_ENV === 'test'; export default { isTesting };