nconf-lite/test
bryce-gibson b6699aba2d Don't do array lookups on strings. (#188)
`hasOwnProperty(number)` can return true for strings.

This is unlikely to be the desired usage, and can mean that odd
responses are returned by nconf.

Disable trying to check `hasOwnProperty` of strings.
2017-11-04 21:39:00 -04:00
..
fixtures Argv store separator (#291) 2017-11-04 21:30:14 -04:00
mocks [dist fix] Cleanup some whitespace. 2014-11-26 01:31:48 -05:00
stores Save conf to dedicated file (#283) 2017-10-30 10:01:55 -04:00
common-test.js Add basic linting rules 2017-10-21 16:01:06 -04:00
complete-test.js Regex as env separator (#288) 2017-11-04 21:30:56 -04:00
helpers.js Add basic linting rules 2017-10-21 16:01:06 -04:00
hierarchy-test.js Argv store separator (#291) 2017-11-04 21:30:14 -04:00
nconf-test.js Don't do array lookups on strings. (#188) 2017-11-04 21:39:00 -04:00
provider-save-test.js [dist fix] Cleanup some whitespace. 2014-11-26 01:31:48 -05:00
provider-test.js Added nconf.any method (#278) 2017-10-21 16:42:24 -04:00