From 6ab2b2ed5c9e5e224a203aa8073575498d3bd638 Mon Sep 17 00:00:00 2001 From: Brian Do Date: Mon, 25 Apr 2022 09:39:51 -0700 Subject: [PATCH] Update packages/core/integration-tests/test/scope-hoisting.js Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com> --- packages/core/integration-tests/test/scope-hoisting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/integration-tests/test/scope-hoisting.js b/packages/core/integration-tests/test/scope-hoisting.js index 6b850e96e3a..d39a7cdbe5f 100644 --- a/packages/core/integration-tests/test/scope-hoisting.js +++ b/packages/core/integration-tests/test/scope-hoisting.js @@ -4371,7 +4371,7 @@ describe('scope hoisting', function () { assert.equal(output, 2); }); - it('should add a default interop for a CJS module used dynamically in a hybrid module', async function () { + it('should add a default interop for a CJS module used non-statically in a hybrid module', async function () { let b = await bundle( path.join( __dirname,