mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Update unit tests
This commit is contained in:
parent
2c7f4b8ddd
commit
dc8f0c5755
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
@ -577,4 +577,4 @@ test('Tag prefix can include forward slash', () => {
|
|||
expect(result).toMatch('Version is 1.2.3+0');
|
||||
|
||||
repo.clean();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue