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