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: Correct NodeUpdater tests and update changelog
- Ensured `manifestPath` is properly set in NodeUpdater tests to prevent failures.
- Added a changelog entry for the test fix." (Committing the staged changes.)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ All notable changes for each version of the Ambient Music extension.
12
12
- feat: Introduce custom error types for granular error handling
13
13
- refactor: Extract Git operations into a separate utility
14
14
- Refactor: Centralized file handling operations by introducing a new FileHandler utility. This improves consistency and maintainability across different updaters.
15
+
- fix: Corrected NodeUpdater tests by ensuring manifestPath is set.
0 commit comments