Skip to content

Commit

Permalink
Merge branch 'main' into VVPPデフォルトエンジンを使うテストを書く
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 29, 2024
2 parents 4c47ab6 + 4cab1c5 commit fc10207
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 fc10207

Please sign in to comment.