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:
parent
df57e508f8
commit
919c0c929c
@ -62,7 +62,7 @@ describe('custom-elements', function() {
|
||||
plugins: [
|
||||
{
|
||||
resolveId(importee) {
|
||||
if (importee === 'svelte/internal.js') {
|
||||
if (importee === 'svelte/internal') {
|
||||
return internal;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user