maybe fix custom-elements tests

pull/1893/head
Conduitry 6 years ago
parent df57e508f8
commit 919c0c929c

@ -62,7 +62,7 @@ describe('custom-elements', function() {
plugins: [ plugins: [
{ {
resolveId(importee) { resolveId(importee) {
if (importee === 'svelte/internal.js') { if (importee === 'svelte/internal') {
return internal; return internal;
} }

Loading…
Cancel
Save