1 parent 5020fa6 commit 6f6462eCopy full SHA for 6f6462e
1 file changed
public/stage7/tests.js
@@ -11,7 +11,6 @@ describe('ステージ7(よくあるJSのイディオムを読める)', func
11
};
12
13
var counter = createCounter();
14
- console.log(counter);
15
16
17
it('1回目の値がわかる', function() {
@@ -143,7 +142,7 @@ describe('ステージ7(よくあるJSのイディオムを読める)', func
143
142
144
145
it('parent.child の値がわかる', function() {
146
- expect(parent.child).to.equal(/* ここに値を書き込んでください */);
+ expect(parent.child).to.equal(undefined);
147
});
148
149
0 commit comments