You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a spec filter to the console reporter causes the test count to be negative
e.g. if you do:
var env = jasmine.getEnv(),
console_reporter = new jasmine.ConsoleReporter();
env.addReporter(console_reporter);
var html_reporter = new jasmine.HtmlReporter();
env.specFilter = html_reporter.specFilter;
The text was updated successfully, but these errors were encountered:
Add a spec filter to the console reporter causes the test count to be negative
e.g. if you do:
The text was updated successfully, but these errors were encountered: