From: Dan Scott Date: Tue, 22 Oct 2019 21:43:40 +0000 (-0400) Subject: LP#1849506: Remove directions to run Angular(JS) tests X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdbs%2Fdocs_remove_node_source;p=working%2FEvergreen.git LP#1849506: Remove directions to run Angular(JS) tests PhantomJS is no longer maintained and will result in failures when testing at least the AngularJS code, so remove the instructions to run the tests. Signed-off-by: Dan Scott --- diff --git a/docs/installation/server_installation.adoc b/docs/installation/server_installation.adoc index 230b0935b5..135a2ec875 100644 --- a/docs/installation/server_installation.adoc +++ b/docs/installation/server_installation.adoc @@ -127,7 +127,7 @@ from http://evergreen-ils.org/downloads. Otherwise, ensure you have installed th Install AngularJS files for web staff client ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -1. Building, Testing, Minification: The remaining steps all take place within +1. Building and Minification: The remaining steps all take place within the staff JS web root: + [source,sh] @@ -149,14 +149,13 @@ npm install # fetch JS dependencies ------------------------------------------------------------------------------ # build, run tests, concat+minify npm run build-prod -npm run test ------------------------------------------------------------------------------ [[install_files_for_angular_web_staff_client]] Install Angular files for web staff client ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -1. Building, Testing, Minification: The remaining steps all take place within +1. Building and Minification: The remaining steps all take place within the Angular staff root: + [source,sh] @@ -178,7 +177,6 @@ npm install # fetch JS dependencies ------------------------------------------------------------------------------ # build and run tests ng build --prod -npm run test ------------------------------------------------------------------------------ Configuration and compilation instructions