timpla
Version:
An optimal website development experience for [server-side] web frameworks.
24 lines (22 loc) • 585 B
text/typescript
import { TIMPLA_PROCESS } from '../../gulpfile.ts/lib/TIMPLA_PROCESS'
describe('TIMPLA_PROCESS', () => {
it('should have the required environment variables', () => {
expect(Object.keys(TIMPLA_PROCESS)).toMatchInlineSnapshot(`
Array [
"BABEL_ENV",
"INIT_CWD",
"IS_DEBUGGING",
"IS_LOCAL_TIMPLADEV",
"MEASURE",
"NODE_ENV",
"PROCESS_CWD",
"TIMPLA_CONFIG_FILE",
"TIMPLA_DEV_RELOAD",
"TIMPLA_DIR",
"isDevelopment",
"isProduction",
"isTimplaReloaded",
]
`)
})
})