Skip to content

Commit 557d132

Browse files
author
Kuniwak
committed
Merge branch '2015' of github.com:mixi-inc/JavaScriptTraining into 2015-example-solution
2 parents eab0c6c + 567c947 commit 557d132

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/stage7/tests.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@ describe('あなたの闇のJS力', function() {
187187
});
188188

189189

190+
it('true == 10 の振る舞いがわかる', function() {
191+
expect(true == 10)
192+
.to.equal(/* ここに値を書き込んでください */);
193+
});
194+
195+
190196
it('[0, 1] == 0 の振る舞いがわかる', function() {
191197
expect([0, 1] == 0)
192198
.to.equal(false);

0 commit comments

Comments
 (0)