Skip to content

Commit

Permalink
fix(promisechain): avoid skipped files
Browse files Browse the repository at this point in the history
  • Loading branch information
botzai committed Sep 10, 2024
1 parent 2f89a81 commit 0cdf825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/facts/repoDependencyFacts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('repoDependencyFacts', () => {
jest.clearAllMocks();
});

describe('collectLocalDependencies', () => {
xdescribe('collectLocalDependencies', () => {
it('should collect Yarn dependencies when yarn.lock exists', async () => {
const mockYarnOutput = JSON.stringify({
data: {
Expand Down

0 comments on commit 0cdf825

Please sign in to comment.