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(dev): fix dev and tests on Windows #386

Merged
merged 16 commits into from
Sep 11, 2023
Merged

Conversation

jwartofsky-yext
Copy link
Contributor

@jwartofsky-yext jwartofsky-yext commented Sep 6, 2023

Fixes issues with paths in various places.

Convert to posix paths in globSync and Windows paths for filepaths when
appropriate.

Unit tests pass and npm run dev works as expected.
Pages are fully functional and appear the same as on MacOS.

Fixes issues with paths in various places.

Convert to posix paths in globSync and Windows paths for filepaths when
appropriate.

Unit tests pass and npm run dev works as expected.
Pages are fully functional and appear the same as on MacOS.
Fixes issues with paths in various places.

Convert to posix paths in globSync and Windows paths for filepaths when
appropriate.

Unit tests pass and npm run dev works as expected.
Pages are fully functional and appear the same as on MacOS.
@jwartofsky-yext jwartofsky-yext requested a review from a team as a code owner September 6, 2023 22:37
@asanehisa
Copy link
Contributor

After snapshots get added via github, you need to do an empty commit to trigger tests

@jwartofsky-yext jwartofsky-yext changed the title Fix windows tests and dev fix(dev): fix dev and tests on Windows Sep 7, 2023
Reran all tests
In several places we compare a hash of the URL, which is different
depending on the system.
Without this, the method will fail to convert a Windows URL to Posix
on Mac.
@jwartofsky-yext jwartofsky-yext requested review from mkilpatrick and a team September 8, 2023 17:18
@jwartofsky-yext jwartofsky-yext merged commit 16ee235 into main Sep 11, 2023
15 checks passed
@jwartofsky-yext jwartofsky-yext deleted the fixWindowsTestsAndDev branch September 11, 2023 17:40
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.

3 participants