Skip to content

Commit

Permalink
remove not used argument
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Sep 9, 2024
1 parent e050e9e commit 8f50b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BeaconLrc.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('BeaconLrc', function() {

it('should return empty elements', function() {
global.document = {
querySelectorAll: (selector) => {
querySelectorAll: () => {
return [];
},
};
Expand Down

0 comments on commit 8f50b8f

Please sign in to comment.