docs(aio): replace “Angular 1” in upgrade phonecat script
This commit is contained in:
parent
67ffbae6f9
commit
21018af2bf
|
@ -1,7 +1,6 @@
|
||||||
## The boilerplate Karma configuration won't work with Angular 1 tests since
|
## The boilerplate Karma configuration won't work with AngularJS tests
|
||||||
## a specific loading configuration is needed for them.
|
## which require their own special loading configuration, `karma.conf.ng1.js`.
|
||||||
## We keep one in karma.conf.ng1.js. This scripts runs the ng1 tests with
|
## This scripts runs the AngularJS tests with that AngularJS config.
|
||||||
## that config.
|
|
||||||
|
|
||||||
PATH=$(npm bin):$PATH
|
PATH=$(npm bin):$PATH
|
||||||
tsc && karma start karma.conf.ng1.js
|
tsc && karma start karma.conf.ng1.js
|
||||||
|
|
Loading…
Reference in New Issue