LP#1849506: Remove directions to run Angular(JS) tests user/dbs/docs_remove_node_source
authorDan Scott <dan@coffeecode.net>
Tue, 22 Oct 2019 21:43:40 +0000 (17:43 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 23 Oct 2019 14:57:45 +0000 (10:57 -0400)
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 <dan@coffeecode.net>
docs/installation/server_installation.adoc

index 230b093..135a2ec 100644 (file)
@@ -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