nconf-lite/test
Adrien Becchis b8686aeff0 Migrating test to jest (#292)
* set up jest dependencies

* add parser option to eslint to support es6

* migrate first test to jest

* migrate the argv test to shpec

* convert the env and literal store tests

* convert the file-store tests

* convert the memory-store tests

* convert the hierarchy tests

* convert the provider-save test

* convert the complete test

* convert the provider test

* convert the conf test

* tweak a test that was no longer working (context changed)

* replace in place the helpers file

* remove vows dependency

* update the test invocation to rely on jest

* update the argv test to be able to use the jest --verbose option

* Some tweaks to the test to have them working

* Update node version tested (+10 +12 -9)

* Replace const by var until we drop 0.10/0.12/4 node

* Replace let by var until we drop 0.10/0.12/4 node
2019-04-29 22:26:02 -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 Migrating test to jest (#292) 2019-04-29 22:26:02 -04:00
common.test.js Migrating test to jest (#292) 2019-04-29 22:26:02 -04:00
complete.test.js Migrating test to jest (#292) 2019-04-29 22:26:02 -04:00
helpers.js Migrating test to jest (#292) 2019-04-29 22:26:02 -04:00
hierarchy.test.js Migrating test to jest (#292) 2019-04-29 22:26:02 -04:00
nconf.test.js Migrating test to jest (#292) 2019-04-29 22:26:02 -04:00
provider-save.test.js Migrating test to jest (#292) 2019-04-29 22:26:02 -04:00
provider.test.js Migrating test to jest (#292) 2019-04-29 22:26:02 -04:00