Skip to content

Commit

Permalink
Fix: mainのCIが落ちてるのを直す (VOICEVOX#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Dec 29, 2024
1 parent af606d7 commit 4cab1c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/domain/hotkeyAction.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import {
defaultHotkeySettings,
getDefaultHotkeySettings,
hotkeyActionNameSchema,
} from "@/domain/hotkeyAction";

test("すべてのホットキーに初期値が設定されている", async () => {
const defaultHotkeySettings = getDefaultHotkeySettings(false);
const allActionNames = new Set(hotkeyActionNameSchema.options);
const defaultHotkeyActionsNames = new Set(
defaultHotkeySettings.map((setting) => setting.action),
Expand Down

0 comments on commit 4cab1c5

Please sign in to comment.