mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 13:53:22 +02:00
Fix all res/ files with ESLint rules with 0 errors.
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 () {
|
||||
jasmine.getEnv().specFilter = function() {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user