Skip to content

Commit 6f6cb6c

Browse files
Use the same placeholder version when testing (#7750)
* Use the same placeholder version when testing * Update snapshots * Update snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5197429 commit 6f6cb6c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/routes/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const isTestEnv = window?.localStorage.getItem(IS_PLAYWRIGHT_KEY) === 'true'
1111

1212
export const APP_VERSION =
1313
isTestEnv && env().NODE_ENV === 'development'
14-
? '11.22.33'
14+
? '0.0.0'
1515
: isDesktop()
1616
? // @ts-ignore
1717
window.electron.packageJson.version

0 commit comments

Comments
 (0)