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

Fix schema globbing on Windows #94

Merged
merged 1 commit into from
Apr 27, 2021
Merged

Conversation

AleksaC
Copy link
Contributor

@AleksaC AleksaC commented Apr 27, 2021

Fixes #91

The fix is basically the same as in serverless-appsync-simulator, it just took me some time to figure out why the tests were still failing. It turns out that jest was running them on babel output as well on Windows 😅.

@bboure
Copy link
Member

bboure commented Apr 27, 2021

Thank you for taking the time! 🎉 🍪

@bboure bboure merged commit 5397937 into serverless-appsync:master Apr 27, 2021
@bboure
Copy link
Member

bboure commented Apr 27, 2021

@all-contributors Add @AleksaC for code

@allcontributors
Copy link
Contributor

@bboure

I've put up a pull request to add @AleksaC! 🎉

@bboure
Copy link
Member

bboure commented Apr 27, 2021

🎉 This PR is included in version 0.16.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: Cannot read property 'path' of undefined (v0.14.0 - absolute paths computation on Windows)
2 participants