-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 the javascript/windows build #2
Comments
The problem seems to be in const tckMessageFiles = fg.sync(
`${__dirname}/../node_modules/@cucumber/compatibility-kit/features/**/*.ndjson`
) The files are definitely there, yet
Source https://github.com/mrmlnc/fast-glob#how-to-write-patterns-on-windows |
there is a similar issue here as no files are found by |
* Cross-platform compatibility for GherkinDocumentWalker test paths. Fixes #2. * Adjust GherkinDocumentWalker filtering of Rules. Fixes cucumber/react-components#136
🤔 What's the problem you've observed?
Javascript tests fail on Windows
e.g. https://github.com/cucumber/gherkin-utils/actions/runs/3504533429/jobs/5870269520
✨ Do you have a proposal for making it better?
Figure it out and fix it.
📚 Any additional context?
Breaking this out of scope of #1
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: