Skip to content

Commit

Permalink
fix: removed obsolete specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen committed Dec 27, 2023
1 parent 6d7875d commit d8104e7
Showing 1 changed file with 0 additions and 47 deletions.
Original file line number Diff line number Diff line change
@@ -1,52 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`workers/branch/get-updated getUpdatedPackageFiles() in autoReplace managers bumps versions in all files if multiple files were bumped 1`] = `
Object {
"artifactErrors": Array [],
"reuseExistingBranch": undefined,
"updatedArtifacts": Array [],
"updatedPackageFiles": Array [
Object {
"contents": "version: 0.0.2",
"name": "/test/Chart.yaml",
},
Object {
"contents": "# Version 0.0.2",
"name": "/test/README.md",
},
],
}
`;

exports[`workers/branch/get-updated getUpdatedPackageFiles() in autoReplace managers bumps versions with a bumpPackageFile different from the packageFile 1`] = `
Object {
"artifactErrors": Array [],
"reuseExistingBranch": undefined,
"updatedArtifacts": Array [],
"updatedPackageFiles": Array [
Object {
"contents": "version: 0.0.2",
"name": "/test/Chart.yaml",
},
],
}
`;

exports[`workers/repository/update/branch/get-updated getUpdatedPackageFiles() bumps versions in autoReplace managers 1`] = `
{
"artifactErrors": [],
"reuseExistingBranch": undefined,
"updatedArtifacts": [],
"updatedPackageFiles": [
{
"contents": "version: 0.0.2",
"path": "Chart.yaml",
"type": "addition",
},
],
}
`;

exports[`workers/repository/update/branch/get-updated getUpdatedPackageFiles() bumps versions in updateDependency managers 1`] = `
{
"artifactErrors": [],
Expand Down

0 comments on commit d8104e7

Please sign in to comment.