UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

17 lines (13 loc) 321 B
/* * nconf-change-argv.js: Test fixture for changing argv on the fly * * (C) 2011, Nodejitsu Inc. * */ var nconf = require('../../../lib/nconf').argv(); // // Remove 'badValue', 'evenWorse' and 'OHNOEZ' // process.argv.splice(3, 3); nconf.stores['argv'].loadArgv(); process.stdout.write(nconf.get('something'));