test: prohibit focused tests/suites on bots (#1686)

This commit is contained in:
Andrey Lushnikov
2017-12-28 15:41:57 -08:00
committed by GitHub
parent 16dc037fc0
commit 508a78d99b
2 changed files with 8 additions and 0 deletions

View File

@@ -360,6 +360,10 @@ class TestRunner extends EventEmitter {
return tests;
}
hasFocusedTestsOrSuites() {
return this._hasFocusedTestsOrSuites;
}
tests() {
return this._tests.slice();
}