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

test: replace fs mocking in css module compose test #18413

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

hi-ogawa
Copy link
Collaborator

Description

While doing other PR #18361, I had an odd CI fail https://github.com/vitejs/vite/actions/runs/11433705833/job/31806114421 and this might be due to fs mocking with Vitest isolate: false and some race condition. It looks simpler to use actual fs, so I replaced with it. (it's possible that my change is the culprit, but I couldn't figure it out 🙈)

@hi-ogawa hi-ogawa marked this pull request as ready for review October 21, 2024 09:45
@patak-dev patak-dev merged commit ddee0ad into vitejs:main Oct 21, 2024
14 checks passed
@hi-ogawa hi-ogawa deleted the test-no-fs-mock branch October 22, 2024 00:19
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