Skip to content

Commit

Permalink
Tests WIP 3
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Nov 23, 2023
1 parent f8cd3d3 commit e4e8b24
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 @@ -1926,7 +1926,7 @@ describe('eval', () => {
});

describe('freezes linked vars internal to function where one is in scope of eval', () => {
describe('function params + var bindings', () => {
describe('function param + var binding', () => {
itSerializes('where var binding is frozen', {
in: `
module.exports = function(param = 1, module, exports) {
Expand Down

0 comments on commit e4e8b24

Please sign in to comment.