Skip to content

Commit

Permalink
Fix lint error: no-setter-return
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Mar 22, 2021
1 parent 206965b commit dd4996f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/stub-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3400,7 +3400,6 @@ describe("stub", function () {
// eslint-disable-next-line accessor-pairs
set prop(val) {
this.otherProp = "bar";
return "bar";
},
};

Expand Down

0 comments on commit dd4996f

Please sign in to comment.