mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 19:40:41 +00:00
test: tighten ios version resolution assertions
This commit is contained in:
@@ -20,10 +20,14 @@ describe("resolveIosVersion", () => {
|
||||
changelog: "# OpenClaw iOS Changelog\n\n## 2026.4.6\n\nStable notes.\n",
|
||||
});
|
||||
|
||||
expect(resolveIosVersion(rootDir)).toMatchObject({
|
||||
canonicalVersion: "2026.4.6",
|
||||
marketingVersion: "2026.4.6",
|
||||
expect(resolveIosVersion(rootDir)).toEqual({
|
||||
buildVersion: "1",
|
||||
canonicalVersion: "2026.4.6",
|
||||
changelogPath: path.join(rootDir, "apps/ios/CHANGELOG.md"),
|
||||
marketingVersion: "2026.4.6",
|
||||
releaseNotesPath: path.join(rootDir, "apps/ios/fastlane/metadata/en-US/release_notes.txt"),
|
||||
versionFilePath: path.join(rootDir, "apps/ios/version.json"),
|
||||
versionXcconfigPath: path.join(rootDir, "apps/ios/Config/Version.xcconfig"),
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user