Skip to content

Commit

Permalink
add: testの意図をコメントに
Browse files Browse the repository at this point in the history
  • Loading branch information
tsym77yoshi committed May 29, 2024
1 parent 008cd8a commit 317c672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/lib/hotkeyManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe("設定変更", () => {

hotkeyManager.replace(createDummySetting(""));
hotkeyManager.keyInput(createDummyInput("1", "Digit1") as KeyboardEvent);
expect(callback).toHaveBeenCalledTimes(1);
expect(callback).toHaveBeenCalledTimes(1);// 呼び出し回数が増えない

hotkeyManager.replace(createDummySetting("A"));
hotkeyManager.keyInput(createDummyInput("a", "KeyA") as KeyboardEvent);
Expand Down

0 comments on commit 317c672

Please sign in to comment.