import * as process from 'process' import { log } from '@be-ui-cli/lib-node-gulp-tsup-jest-utils' export const runtime = () => { log('info', `test running....${process.env.RUNTIME_ENV}`) } export const runtimeBrowser = () => { log('info', 'test running....') }