Skip to content

Commit

Permalink
fix test case fail error
Browse files Browse the repository at this point in the history
  • Loading branch information
royallsilwallz committed Oct 16, 2023
1 parent 95417b3 commit 5475b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/tests/rapidEditor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe('equalsUrlParameters', () => {
Object.defineProperty(prototype, 'size', {
get: function () {
let counter = 0;
// eslint-disable-next-line
for (const [_] of this) {
counter += 1;
}
Expand Down

0 comments on commit 5475b68

Please sign in to comment.