I have a demo angular2 project made by angular cli which use PhantomJS. I want to run test in CI mode. So after tests passed phantomjs runner should exit. Seems like singleRun param is not working.
Here are steps how to reproduce the problem: git clone https://github.com/gandra/angular-testing-demo cd angular-testing-demo npm install npm run test Any idea how to manage to exit after all tests pass ok? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
