Some further ESLint cleanup, remove some unnecessary scripts and lines (#2984)
This commit is contained in:
@@ -306,7 +306,6 @@ module.exports = {
|
||||
|
||||
// execute the test only when `condition` is true
|
||||
shouldTest(it, condition) {
|
||||
// eslint-disable-next-line no-only-tests/no-only-tests
|
||||
return condition ? it : it.skip;
|
||||
},
|
||||
isOneOf(platforms) {
|
||||
|
Reference in New Issue
Block a user