Skip to content

Conversation

@matthewbastien
Copy link
Member

Description

Tests that use mock-fs were breaking source-map-support because it tries to read files off of disk which will not exist for the duration of the test. When installing source-map-support for our tests, we will now override retrieveFile() which will bypass mock-fs to retrieve the actual file on disk.

Tasks

  • [ ] Required tests have been written
  • [ ] Documentation has been updated
  • [ ] Added an entry to CHANGELOG.md if applicable

@matthewbastien matthewbastien merged commit 6228bd4 into swiftlang:main Oct 15, 2025
66 of 69 checks passed
@matthewbastien matthewbastien deleted the fix-test-source-maps branch October 15, 2025 19:23
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