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
In webdriver.testing.jsunit, throw if the test suite is empty.
Previously, empty test suites would result in silent passes, meaning
incorrectly named tests or tests with syntax errors (which don't get
counted) would cause a false positive.
Signed-off-by: Jason Juang <[email protected]>
0 commit comments