Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Windows #49

Merged
merged 4 commits into from
May 31, 2021
Merged

Conversation

sebastianrothe
Copy link
Collaborator

Dynamic Imports on Windows only work for file-urls. So I added these to the preprocess.js.

I also noticed, the tests don't run on Windows. This was because of the substring match in one of the tests. It matched only for /bin/sh.

Since svelte-jester currently does not work on Jest 27, I locked the peerDependency of Jest to <= 26.

This should fix #47 and #48

@mihar-22 mihar-22 merged commit 48a7506 into svelteness:master May 31, 2021
@sebastianrothe sebastianrothe deleted the support-windows branch May 31, 2021 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.6.0: [ERR_INVALID_ARG_TYPE] when using preprocess
2 participants