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/no ref/integration test path mac os #2835

Merged

Conversation

yougotwill
Copy link
Collaborator

In the beforeEach.ts file used for integration tests we get an error when looking for the "Application Support" folder on macOS 13 because the space " " wasn't properly escaped.

We should use NodeJS path.join instead of a hard strings for the application support folder.

This code was already tested and approved in #2765 but since we can't merge it yet and I need it for other PRs would be great to merge this in 😄

Bilb and others added 3 commits July 17, 2023 07:44
Merge userconfig scheduled release
we should use path.join instead of a hard strings for the application support folder
@Bilb Bilb merged commit a3811b5 into oxen-io:clearnet Jul 20, 2023
5 of 6 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.

2 participants