From d994b41ddd039a28c82668ed1cc346a0135aa44f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 18 May 2018 09:53:50 -0400 Subject: [PATCH] LP#1775466 test docs Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/README.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Open-ILS/src/eg2/README.adoc b/Open-ILS/src/eg2/README.adoc index 6c4d96100e..8bd92c22b9 100644 --- a/Open-ILS/src/eg2/README.adoc +++ b/Open-ILS/src/eg2/README.adoc @@ -76,6 +76,14 @@ $ ng build --deploy-url /eg2/ --base-href /eg2/ --output-path ../../web/eg2/ $ ng build --aot --prod --deploy-url /eg2/ --base-href /eg2/ --output-path ../../web/eg2/ --------------------------------------------------------------------- +=== Testing + +[source,sh] +--------------------------------------------------------------------- +# generates the test data and runs 'ng test' +npm run test +--------------------------------------------------------------------- + === Deploy Build and install Evergreen code as usual. Restart Evergreen and Apache. -- 2.11.0