node/deps/npm/node_modules/config-chain/test/ignore-unfound-file.js
2014-11-05 10:35:43 -08:00

6 lines
79 B
JavaScript

var cc = require('..')
//should not throw
cc(__dirname, 'non_existing_file')