test.env.js 82 B

12345
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"testing"',
  4. ENV_CONFIG: '"test"'
  5. }