Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 63f30ee

Browse files
committed
ステージ 3 の 8 を対応
1 parent 51aaadb commit 63f30ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

public/stage3/tests.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ describe('ステージ3(意図した通りに DOM 要素の構造を変更で
119119
it('8 番の要素の左右の幽霊要素をすべて除去する', function() {
120120

121121
// ここにコードを記述してください。
122-
$('.limegreen').child();
123-
console.log($('.limegreen').child());
122+
$('.limegreen-ghosts').remove();
124123

125124

126125
var $limegreen = $('.limegreen');

0 commit comments

Comments
 (0)