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

Fixes for run_jest.sh on GH Actions and JS compatibility #11

Merged
merged 4 commits into from
Oct 23, 2024

Conversation

JGreenlee
Copy link
Owner

No description provided.

Although 'realpath' with no argument works on MacOS, it failed in the GH Actions workflow which runs on Ubuntu.
Use `.` for current directory
keyword arguments only work properly in Transcrypt if we have the `__kwargs__` pragma enabled on the funtion that accepts them. Since we are giving all the arguments here, it's easy enough to just pass them as positional arguments, eliminating the need for keyword arguments here
@JGreenlee JGreenlee changed the title testing realpath Fixes for run_jest.sh on GH Actions and JS compatibility Oct 23, 2024
@JGreenlee JGreenlee marked this pull request as ready for review October 23, 2024 22:54
@JGreenlee JGreenlee merged commit 11d727d into master Oct 23, 2024
2 checks passed
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.

1 participant