node/deps/npm/node_modules/config-chain/test/ignore-unfound-file.js

6 lines
79 B
JavaScript

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