diff --git a/test/custom-elements/index.js b/test/custom-elements/index.js index 1c4e64cf28..d497f1ff79 100644 --- a/test/custom-elements/index.js +++ b/test/custom-elements/index.js @@ -62,7 +62,7 @@ describe('custom-elements', function() { plugins: [ { resolveId(importee) { - if (importee === 'svelte/internal.js') { + if (importee === 'svelte/internal') { return internal; }