Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/stage4/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('ステージ4(意図通りにイベントを利用できる)', fun
});


it('2 番の要素の click イベントで要素内の数字を 1 ずつ大きくできる', function() {
it('2 番の要素の click イベントで要素内の数字を 1 ずつ小さくできる', function() {

// ここにコードを記述してください。

Expand Down