mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08:17 +00:00
Fix incorrect expected result
This commit is contained in:
parent
ce15f9a933
commit
976ff820fc
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ test('Patch pattern applied when present', async () => {
|
||||||
expect(firstResult.formattedVersion).toBe('0.0.1+0');
|
expect(firstResult.formattedVersion).toBe('0.0.1+0');
|
||||||
expect(secondResult.formattedVersion).toBe('0.0.1+1');
|
expect(secondResult.formattedVersion).toBe('0.0.1+1');
|
||||||
expect(thirdResult.formattedVersion).toBe('0.0.2+0');
|
expect(thirdResult.formattedVersion).toBe('0.0.2+0');
|
||||||
expect(fourthResult.formattedVersion).toBe('0.0.2+3');
|
expect(fourthResult.formattedVersion).toBe('0.0.2+1');
|
||||||
|
|
||||||
}, timeout);
|
}, timeout);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue