0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00

maybe fix custom-elements tests

This commit is contained in:
Conduitry 2018-12-22 00:54:53 -05:00
parent df57e508f8
commit 919c0c929c

View File

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