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
Resolve TypeScript error in repoDependencyFacts.test.ts (6bb0f22)
rewrite src/facts/repoDependencyFacts.test.ts to ensure it adheres to the logic in the implementation and that it mocks required objects correctly and covers all positive and negative use-cases (2d4548c)
Throw error when no lock file is found and return empty array when no local dependencies are found (a30a660)
Update src/facts/repoDependencyFacts.test.ts to fix TypeScript error (254f770)
Update collectLocalDependencies test to return an empty array (04bdda7)
Update error message expectation in test (6f287bd)