You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an umbrella import to the _TestingInternals module map file. (#431)
This PR removes the individual header declarations from the
`_TestingInternals` module map file and replaces them with a single
umbrella import. This fixes an existing workflow used by some of our
teammates.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments