Skip to content

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstartMPotnick committed Mar 19, 2024
1 parent eeb577a commit b44b40e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugins/npm/__tests__/npm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ describe("publish", () => {
"--yes",
"--no-push",
"-m",
"'\"Bump version to: %s [skip ci]\"'",
"\"Bump version to: %s [skip ci]\"",
false,
]);
});
Expand Down Expand Up @@ -645,7 +645,7 @@ describe("publish", () => {
"--yes",
"--no-push",
"-m",
"'\"Bump version to: %s [skip ci]\"'",
"\"Bump version to: %s [skip ci]\"",
false,
]);
});
Expand Down Expand Up @@ -674,7 +674,7 @@ describe("publish", () => {
"--yes",
"--no-push",
"-m",
"'\"Bump version to: %s [skip ci]\"'",
"\"Bump version to: %s [skip ci]\"",
"--exact",
]);

Expand Down Expand Up @@ -881,7 +881,7 @@ describe("publish", () => {
"--yes",
"--no-push",
"-m",
"'\"Bump version to: %s [skip ci]\"'",
"\"Bump version to: %s [skip ci]\"",
false,
]);
});
Expand Down Expand Up @@ -924,7 +924,7 @@ describe("publish", () => {
"--yes",
"--no-push",
"-m",
"'\"[skip ci] Custom version commit message\"'",
"\"[skip ci] Custom version commit message\"",
false,
]);
});
Expand Down Expand Up @@ -967,7 +967,7 @@ describe("publish", () => {
"--yes",
"--no-push",
"-m",
"'\"Custom version commit message [skip ci]\"'",
"\"Custom version commit message [skip ci]\"",
false,
]);
});
Expand Down Expand Up @@ -1529,7 +1529,7 @@ describe("canary", () => {
"--yes",
"--no-push",
"-m",
`'"Bump independent versions [skip ci]"'`,
"\"Bump independent versions [skip ci]\"",
false,
]);
});
Expand Down

0 comments on commit b44b40e

Please sign in to comment.