2017-06-22 00:54:16 -07:00
|
|
|
## 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.
|
2017-02-22 18:13:21 +00:00
|
|
|
|
|
|
|
PATH=$(npm bin):$PATH
|
|
|
|
tsc && karma start karma.conf.ng1.js
|