UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

12 lines (9 loc) 258 B
/* * provider-argv.js: Test fixture for using process.env defaults with nconf. * * (C) 2011, Nodejitsu Inc. * */ var nconf = require('../../../lib/nconf'); var provider = new (nconf.Provider)().env(); process.stdout.write(provider.get('SOMETHING'));