fix runtime tests

pull/1893/head
Conduitry 6 years ago
parent e671232bae
commit cd36531e0b

@ -233,7 +233,7 @@ describe("runtime", () => {
{
resolveId: (importee, importer) => {
if (importee.startsWith('svelte/')) {
return importee.replace('svelte', process.cwd());
return importee.replace('svelte', process.cwd()) + '.mjs';
}
}
}

Loading…
Cancel
Save