Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/js-builder-jest
  Commit: 3f6b0d2bb22eb358d10a7b16224da7d4788cc9aa
      
https://github.com/jenkinsci/js-builder-jest/commit/3f6b0d2bb22eb358d10a7b16224da7d4788cc9aa
  Author: Cliff Meyers <cliff.mey...@gmail.com>
  Date:   2017-08-16 (Wed, 16 Aug 2017)

  Changed paths:
    M @jenkins-cd/js-builder.js
    M README.md

  Log Message:
  -----------
  Feature/custom jest config (#3)

* organize imports

* reorganize the file so that all of the "install" code is at the end; add 
support for reading custom Jest config from package.json; ensure that certain 
config keys are ignored in test:fast and test:debug scripts

* update readme to reflect output dirs changed in 0.0.3

* docs for test:debug

* comments

* always log the jest options / config being used

* fix a bug where custom jest config was being applied to top level "options" 
object rather than "options.config"

* ensure that all Jest CLI options specified in npm scripts (e.g. 
--updateSnapshot) or passed via command line (e.g. -- --updateSnapshot) are 
passed properly to Jest

* disable notification for test:fast

* improve README


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to