Skip to content
Permalink
Browse files

Fix unused eslint-disable attribute

  • Loading branch information
botika authored and JakeChampion committed Feb 17, 2021
1 parent 190e698 commit 7e926ebf61d515e1bc29010f1ba81b731f8b96da
Showing with 0 additions and 1 deletion.
  1. +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))
}

0 comments on commit 7e926eb

Please sign in to comment.