Commit Graph

19 Commits (b8686aeff0fe944ba9d6e2a7b8bb8884ec5df940)

Author SHA1 Message Date
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
Adrien Becchis c1e15681db Upgrading dependencies (#280)
* upgrade yargs and async dependencies.

were breaking change, but no impact according the tests

* upgrade yargs and package-lock.json

* add node 8 to the tested versions

* add node 8 to the allowed failures as requested

* add node 9 to travis build as acceptable failure and remove node 7
2017-11-06 11:15:12 -05:00
Chris Manson 608b607782 Add test for merging with defaults (#255)
* implementing a test for merging with defaults

* bypassing strange common tests

* trying to fix travis build in node 7

* adding node 8 to tests

* removing node 8
2017-08-15 23:37:19 -04:00
AdrieanKhisbe c242f777a6 [travis test] setup coveralls config + update README badges 2015-12-03 08:18:44 +01:00
AdrieanKhisbe bdecdc29cf [travis] add v5 to node version tested 2015-12-03 07:48:52 +01:00
indexzero 438a2c8ef5 [doc] Remove `node@0.8.0` from travis. Drop `nodeci` because it is 503 atm`. 2015-09-21 17:11:52 -07:00
indexzero d2b3561e09 [dist] Update `.travis.yml`. 2015-09-18 20:55:39 -07:00
Joseph Page 7d6be3265b [travis] fix yaml syntax (supposed to solve nvm bugs #182) 2015-08-19 17:52:09 +02:00
Joseph Page abeeca0d5f [travis] fix npm bugs for node 0.8 (recommended way) 2015-08-19 17:47:01 +02:00
Joseph Page d252288dae Merge commit '80195744af4929731ff1c87e9b29e37a2c48e464' into patch-1 2015-08-19 17:45:38 +02:00
Joseph Page a2b812f704 Add travis tests for iojs 2015-08-13 20:45:57 +02:00
Joseph Page 32d560c95d Add tests for node 0.12 2015-08-13 20:45:57 +02:00
Christian Murphy a82b53941d update badge and use container build 2015-07-07 13:36:21 -07:00
indexzero f0d5b6eb30 [dist] Fix travis. 2014-11-26 01:34:28 -05:00
Jarrett Cruger 05d73de3d0 [fix] No need to test 0.6 anymore 2014-01-27 15:52:42 -05:00
midknight41 5546469061 updated .travis.yml as travis doesn't support node 0.4 or 0.9 2013-10-04 08:10:53 +01:00
Maciej Małecki 8b65e195eb [test] Test on newer node versions 2012-11-02 18:09:17 +01:00
Maciej Małecki d8c4749335 [test] Test on `node@0.7` 2012-01-17 19:29:43 +01:00
Maciej Małecki bab96b045a [test] Add `.travis.yml` for testing on Travis CI 2011-11-18 22:29:05 +01:00