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,