I want to invoke jasmine tests from within an Angular controller.
I want to kick off the jasmine tests from within my angular application.
Are there examples of running jasmine tests and loading the jasmine environment outside of Node and Karma Test Runner.
Thanks