Architect commands with multiple targets cannot specify overrides
You need to put the library name first, and the options afterward. E.g.
# do this
$ ng test ng-app-state --watch=true --source-map
# don't do this
$ ng test --watch=true --source-map ng-app-state