Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 78a4132

Browse files
author
Kuniwak
committed
Fix wrong element numbers
1 parent a24a92d commit 78a4132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎public/stage2/tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe('ステージ2(意図した通りに DOM 要素の属性・テキス
182182
});
183183

184184

185-
it('5 番の要素を jQuery を使って時計回り方向に 10 度回転させる', function() {
185+
it('11 番の要素を jQuery を使って時計回り方向に 10 度回転させる', function() {
186186

187187
// ここにコードを記述してください。
188188
// 変更した DOM 要素は $element 変数に代入してください。
@@ -198,7 +198,7 @@ describe('ステージ2(意図した通りに DOM 要素の属性・テキス
198198
});
199199

200200

201-
it('6 番の要素を jQuery を使って上に 20px 移動させる', function() {
201+
it('12 番の要素を jQuery を使って上に 20px 移動させる', function() {
202202

203203
// ここにコードを記述してください。
204204
// 変更した DOM 要素は $element 変数に代入してください。

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /