Last active
December 26, 2015 09:39
-
-
Save ryankirkman/7130867 to your computer and use it in GitHub Desktop.
Inject the https://github.com/larrymyers/jasmine-reporters code into a jasmine page after it has already loaded with the sole purpose of being able to call jasmine.getJSReport() and get a valid response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jasmine.JSReporter.prototype.reportRunnerResults(jasmine.getEnv().currentRunner_); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment