Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix unused eslint-disable attribute
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
test/test.js
|
|
@@ -104,7 +104,6 @@ if (!self.fetch.polyfill) { |
|
|
var slice = Array.prototype.slice |
|
|
|
|
|
function featureDependent(testOrSuite, condition) { |
|
|
// eslint-disable-next-line no-invalid-this |
|
|
;(condition ? testOrSuite : testOrSuite.skip).apply(this, slice.call(arguments, 2)) |
|
|
} |
|
|
|
|
|
|