Skip to content

Commit

Permalink
fix: remove extra console.log debug call in tests (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgofx authored Nov 26, 2024
1 parent 6c03498 commit 2139e46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __tests__/releases.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ describe('releases', () => {
});
const result = await createTaggedRelease([mockTerraformModule]);

console.log(result);

expect(result).toHaveLength(1);
expect(result[0].moduleName).toBe('test-module');
expect(result[0].release.title).toBe('test-module/v1.0.1');
Expand Down

0 comments on commit 2139e46

Please sign in to comment.