Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't count skipped tests #16

Open
tbhi opened this issue Apr 12, 2013 · 1 comment
Open

don't count skipped tests #16

tbhi opened this issue Apr 12, 2013 · 1 comment

Comments

@tbhi
Copy link

tbhi commented Apr 12, 2013

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;
@tbhi
Copy link
Author

tbhi commented Apr 12, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant