mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Removed almost all JSHint warnings.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
module.exports = function FailFast() {
|
||||
var passed = jasmine.getEnv().currentSpec.results().passed()
|
||||
if (!passed) {
|
||||
jasmine.getEnv().specFilter = function (spec) {
|
||||
jasmine.getEnv().specFilter = function () {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user