11 Commits

Author SHA1 Message Date
Benjamin Cabanes
b05f9e0eee
docs(nxdev): fix 404 links (#11134) 2022-07-13 23:35:15 +00:00
Benjamin Cabanes
3eb2955245
docs(nxdev): show overview on package list view (#10189) 2022-05-06 15:48:44 -04:00
Juri Strumpflohner
e8be46986d
docs(nxdev): adjust syntax highlighting lang for javascript & typescript (#10152) 2022-05-05 09:33:00 -04:00
Caleb Ukle
b3d59bdcc5
docs(core): Add example of using global scripts for jest and nx libraries (#9483)
* docs(testing): add example on how to use ts path aliases within jest global setup/teardown

Jest global setup/teardown scripts run before path aliaes are mapped, so the path resigstration must
happen in the userland global scripts that are set to run
initially the thought of doing this within
the jest executor was thought, but this will provide an inconsistent way to running tests if the
tests are run via an editor plugin or calling `jest` directly; therefore, it's deferred to register
the paths within userland files that are needing the paths to be registered in order to allow for
proper handling (cleanup) and not to overcall unneeded features when global scripts are not in use
for those not using the feature.

ISSUES CLOSED: #8709

* cleanup(testing): test the usage of jest global scripts to ensure no regressions

streamline e2e jest project testing and update global tests to test global functions are working as
intended
2022-04-11 13:51:29 +00:00
Caleb Ukle
ac464b957f
docs(testing): provide performance tips for jest (#9128)
explain which flags to use when running tests for the best performance in jest

ISSUES CLOSED: #8964
2022-03-15 11:11:20 -04:00
Caleb Ukle
d2593e1153
docs(testing): update jest overview page (#8729) 2022-01-28 16:44:52 +00:00
Brandon Roberts
d9513d63a0 docs(misc): update consistency for root files, generators, and executors 2021-05-27 13:29:04 -04:00
vsavkin
fe546c0de7 docs(testing): fix docs on how to debug jest tests 2021-04-10 21:17:17 -04:00
vsavkin
77d1cc3a02 fix(misc): fix treeview code samples 2021-03-11 20:36:18 -05:00
Victor Savkin
3cd9f4fe6c feat(misc): add nx package to make installing global cli easier 2020-07-29 12:16:12 -04:00
Jonathan Cammisuli
7dd63866ae
docs(docs): update map.json with Jest, Cypress and Nx Plugin overviews (#2737)
* docs(testing): add overview docs for cypress and jest

* docs(nx-plugin): add overview docs to map
2020-03-27 11:38:50 -04:00