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
🪲 [Fix]: Remove unnecessary LogGroup wrappers in tests (#100)
## Description
This pull request simplifies the `PSModule.Tests.ps1` script by removing
unnecessary logging groups within the test cases which would autoload
GitHub and its dependencies, breaking on tests for its dependencies
(Sodium, Uri, CaseStyle, etc.).
Simplification of test cases:
* Removed `LogGroup` blocks from the `Module Manifest exists` and
`Module Manifest is valid` tests.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
0 commit comments