Skip to content

Commit

Permalink
Update packages/core/integration-tests/test/scope-hoisting.js
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com>
  • Loading branch information
thebriando and mischnic committed Apr 25, 2022
1 parent 7f61d93 commit 6ab2b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/integration-tests/test/scope-hoisting.js
Expand Up @@ -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,
Expand Down

0 comments on commit 6ab2b2e

Please sign in to comment.