From b37be07be54b519148db5dfc41369c146f3108d3 Mon Sep 17 00:00:00 2001 From: Gil Tayar Date: Mon, 10 Jan 2022 11:25:28 +0200 Subject: [PATCH] fix comment in test-that-imports-non-existing-module.ts to point to correct resolved file --- .../test-that-imports-non-existing-module.fixture.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';