Skip to content

Commit

Permalink
fix changelog tests snapshot
Browse files Browse the repository at this point in the history
default strategy now is list-with-packages
  • Loading branch information
SkReD committed Jul 19, 2023
1 parent cc8a53f commit a9b6411
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions test/scenarios/__snapshots__/pvm-changelog.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ exports[`pvm/changelog [mono] in default config should use package version for p
change a again
List of updated packages:
- [email protected]
- [email protected]
## v1.1.0
**2018.11.27**
change a"
change a
List of updated packages:
- [email protected]
- [email protected]"
`;

exports[`pvm/changelog [nomono] should not generate empty section if there are no commits since release 1`] = `
Expand All @@ -18,15 +26,24 @@ exports[`pvm/changelog [nomono] should not generate empty section if there are n
The Captain’s Daughter
List of updated packages:
- [email protected]
## v1.1.0
**2018.11.27**
Dubrovsky
List of updated packages:
- [email protected]
## v1.0.0
**2018.11.27**
Eugene Onegin"
Eugene Onegin
List of updated packages:
- [email protected]"
`;

exports[`pvm/changelog should able to regenerate changelog from scratch 1`] = `
Expand All @@ -35,8 +52,17 @@ exports[`pvm/changelog should able to regenerate changelog from scratch 1`] = `
change b and c
List of updated packages:
- [email protected]
- [email protected]
## release-2018.11.27-Gorno-Altaysk
**2018.11.27**
change a and b"
change a and b
List of updated packages:
- [email protected]
- [email protected]
- [email protected]"
`;

0 comments on commit a9b6411

Please sign in to comment.