From 919c0c929c563f1a7287a967d9b185798171976c Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sat, 22 Dec 2018 00:54:53 -0500 Subject: [PATCH] maybe fix custom-elements tests --- test/custom-elements/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }