Update unit tests

This commit is contained in:
Teofilo Monteiro 2021-10-29 08:35:41 +02:00 committed by GitHub
parent 2c7f4b8ddd
commit dc8f0c5755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
});
});