[test] Move around test .json files
This commit is contained in:
parent
0fbc9a2722
commit
021850a14d
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var path = require('path'),
|
|||
|
||||
nconf.argv();
|
||||
nconf.add('file', {
|
||||
file: path.join(__dirname, 'hierarchical.json')
|
||||
file: path.join(__dirname, '../hierarchy/hierarchical.json')
|
||||
});
|
||||
|
||||
process.stdout.write(nconf.get('something') || 'undefined');
|
Loading…
Reference in a new issue