Skip to content

Commit

Permalink
Tests WIP 4
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Nov 16, 2023
1 parent 1d04a52 commit 6576d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eval.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ describe('eval', () => {
},
out: '[123,456]'
});
/* eslint-enable class-methods-use-this, constructor-super, no-this-before-super */
});
/* eslint-enable class-methods-use-this, constructor-super, no-this-before-super */
});

describe('multiple `eval()`s do not confuse scopes', () => {
Expand Down

0 comments on commit 6576d1a

Please sign in to comment.