Skip to content

Commit

Permalink
chore(release): update e2e test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj committed Feb 28, 2024
1 parent 692ac03 commit 8dfa8c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
28 changes: 5 additions & 23 deletions e2e/release/src/independent-projects.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ describe('nx release - independent projects', () => {
"scripts": {
NX Updating {package-manager} lock file
NX Staging changed files with git
Expand Down Expand Up @@ -174,9 +171,6 @@ describe('nx release - independent projects', () => {
+
NX Updating {package-manager} lock file
NX Staging changed files with git
Expand Down Expand Up @@ -213,9 +207,6 @@ describe('nx release - independent projects', () => {
}
NX Updating {package-manager} lock file
NX Staging changed files with git
Expand Down Expand Up @@ -255,15 +246,12 @@ describe('nx release - independent projects', () => {
"scripts": {
NX Updating {package-manager} lock file
Updating {lock-file} with the following command:
{lock-file-command}
Skipped lock file update because {package-manager} workspaces are not enabled.
NX Committing changes with git
Staging files in git with the following command:
git add {project-name}/package.json {lock-file}
git add {project-name}/package.json
Committing files in git with the following command:
git commit --message chore(release): publish --message - project: {project-name} 999.9.9-version-git-operations-test.2
Expand Down Expand Up @@ -363,20 +351,14 @@ describe('nx release - independent projects', () => {
"scripts": {
NX Updating {package-manager} lock file
Updating {lock-file} with the following command:
{lock-file-command}
NX Updating {package-manager} lock file
Skipped lock file update because {package-manager} workspaces are not enabled.
Updating {lock-file} with the following command:
{lock-file-command}
Skipped lock file update because {package-manager} workspaces are not enabled.
NX Committing changes with git
Staging files in git with the following command:
git add {project-name}/package.json {project-name}/package.json {project-name}/package.json {lock-file}
git add {project-name}/package.json {project-name}/package.json {project-name}/package.json
Committing files in git with the following command:
git commit --message chore(release): publish --message - project: {project-name} 999.9.9-version-git-operations-test.3 --message - project: {project-name} 999.9.9-version-git-operations-test.3 --message - release-group: fixed 999.9.9-version-git-operations-test.3
Expand Down
2 changes: 1 addition & 1 deletion e2e/release/src/lock-file-updates.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe('nx release lock file updates', () => {
expect(filesChanges).toMatchInlineSnapshot(`
{project-name}/package.json
{project-name}/package.json
{project-name}/package.json
{project-name}/package.json
`);
});
Expand Down

0 comments on commit 8dfa8c1

Please sign in to comment.