From 413b629e1e38dfa08376f8cfd3b14cb0392ab40c Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 22 Oct 2019 17:43:40 -0400 Subject: [PATCH] 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 --- docs/installation/server_installation.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.11.0