From e4e8b2470ee85b597d9973d55fd54e830256f12f Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Thu, 23 Nov 2023 17:38:19 +0000 Subject: [PATCH] Tests WIP 3 --- test/eval.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/eval.test.js b/test/eval.test.js index 8c5da9a1..a058b40c 100644 --- a/test/eval.test.js +++ b/test/eval.test.js @@ -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) {