From 21018af2bf1de69821c26ec57b650d44ff7a19f4 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 22 Jun 2017 00:54:16 -0700 Subject: [PATCH] =?UTF-8?q?docs(aio):=20replace=20=E2=80=9CAngular=201?= =?UTF-8?q?=E2=80=9D=20in=20upgrade=20phonecat=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examples/upgrade-phonecat-3-final/run-unit-tests.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/aio/content/examples/upgrade-phonecat-3-final/run-unit-tests.sh b/aio/content/examples/upgrade-phonecat-3-final/run-unit-tests.sh index 00a5abb7bc..d90e45c2e9 100644 --- a/aio/content/examples/upgrade-phonecat-3-final/run-unit-tests.sh +++ b/aio/content/examples/upgrade-phonecat-3-final/run-unit-tests.sh @@ -1,7 +1,6 @@ -## The boilerplate Karma configuration won't work with Angular 1 tests since -## a specific loading configuration is needed for them. -## We keep one in karma.conf.ng1.js. This scripts runs the ng1 tests with -## that config. +## The boilerplate Karma configuration won't work with AngularJS tests +## which require their own special loading configuration, `karma.conf.ng1.js`. +## This scripts runs the AngularJS tests with that AngularJS config. PATH=$(npm bin):$PATH tsc && karma start karma.conf.ng1.js