Skip to content

Commit

Permalink
fix comment in test-that-imports-non-existing-module.ts to point to c…
Browse files Browse the repository at this point in the history
…orrect resolved file
  • Loading branch information
giltayar committed Jan 10, 2022
1 parent cd98e34 commit b37be07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit b37be07

Please sign in to comment.