Skip to content

Commit

Permalink
UIを変更 [update snapshots]
Browse files Browse the repository at this point in the history
  • Loading branch information
X-20A committed Jun 14, 2024
1 parent e57687b commit 52dda5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { assertNonNullable } from "@/type/utility";
// アップデート通知が出る環境にする
test.beforeEach(async ({ page }) => {
dotenv.config();

// 動作環境より新しいバージョン
const latestVersion = semver.inc(
process.env.VITE_APP_VERSION ?? process.env.npm_package_version ?? "0.0.0",
Expand Down

0 comments on commit 52dda5a

Please sign in to comment.