Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teofilomonteiro authored Oct 29, 2021
1 parent 2c7f4b8 commit dc8f0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const defaultInputs = {
tag_prefix: "v",
major_pattern: "(MAJOR)",
minor_pattern: "(MINOR)",
format: "${major}.${minor}.${patch}",
format: "${major}.${minor}.${patch}+${increment}",
short_tags: true,
bump_each_commit: false
};
Expand Down Expand Up @@ -577,4 +577,4 @@ test('Tag prefix can include forward slash', () => {
expect(result).toMatch('Version is 1.2.3+0');

repo.clean();
});
});

0 comments on commit dc8f0c5

Please sign in to comment.