diff --git a/test/integration/fixtures/esm/loader-with-module-not-found/test-that-imports-non-existing-module.fixture.ts b/test/integration/fixtures/esm/loader-with-module-not-found/test-that-imports-non-existing-module.fixture.ts index f8d0423e42..22db1d5ed9 100644 --- a/test/integration/fixtures/esm/loader-with-module-not-found/test-that-imports-non-existing-module.fixture.ts +++ b/test/integration/fixtures/esm/loader-with-module-not-found/test-that-imports-non-existing-module.fixture.ts @@ -1,2 +1,2 @@ -// This file will be resolved to test.js by the loader +// This file will be resolved to `test-that-imports-non-existing-module.fixture.mjs` by the loader import 'non-existent-package';