Skip to content

Commit

Permalink
Fix unused eslint-disable attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
zzau13 authored and JakeChampion committed Feb 17, 2021
1 parent 190e698 commit 7e926eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

Expand Down

0 comments on commit 7e926eb

Please sign in to comment.