12 Commits

Author SHA1 Message Date
Adam L Barrett
7b27ba4daa
fix(testing): allow jest --bail flag type to be either boolean or number (#3181) 2020-06-19 16:20:24 -04:00
Will S
3ecf6ea5a9
fix(testing): update maxWorkers jest builder option to support string type (#3025)
* fix(testing): update maxWorkers jest builder option to support string type

Jest supports both number and string args for the maxWorkers option, per their latest docs. This
updates the options for the jest builder to support both number and string types. Also updates the
docs accordingly.

ISSUES CLOSED: #2871

* fix(testing): fix test expectation missing property
2020-05-23 08:49:44 -04:00
Jason Jean
b42f0a81bf
fix(testing): add coverage as alias of code-coverage (#3010) 2020-05-15 10:02:49 -04:00
Ross Knudsen
41572b3afb
feat(testing): added --showConfig CLI option to Jest package (#2968) 2020-05-08 13:39:07 -04:00
Benedikt Starzengruber
ac6f52a5a5
feat(testing): add --detectOpenHandles to Jest CLI Options (#2969) 2020-05-08 13:26:36 -04:00
Derek Pavao
60077fbc29
fix(testing): remove --coverage option from jest builder (#2569)
the --coverage option was not being used in the builder at all, so provided no change in behavior.
The --codeCoverage option should be used instead

ISSUES CLOSED: #2564
2020-02-27 15:09:16 +00:00
Joshua D. Mentzer
9059a9728b fix(testing): update jest builder to support testLocationInResults flag 2019-10-21 22:14:29 -04:00
Daniel Smith
19efc6d5b2 fix(testing): convert testPathPattern to an array
Per facebook/jest/#5066, the testPathPattern parameter to the CLI is an array
2019-10-15 15:37:44 -04:00
Jason Jean
579a15503f fix(testing): fix the verbose option type for jest 2019-09-28 16:35:30 -04:00
Daniel Smith
ba6be8d9bb feat(testing): add support for testResultsProcessor jest option 2019-09-23 13:09:35 -04:00
Victor Savkin
64063f72df docs(nx): update api docs to contain examples 2019-08-21 11:56:21 -04:00
Victor Savkin
9a8f637899 docs(nx): generate different flavours of nx docs 2019-08-17 13:25:22 -04:00