Skip to content

Commit 567c947

Browse files
author
Kuniwak
committed
Add a case for true == 10
1 parent 0e91930 commit 567c947

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.skip('あなたの闇の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(/* ここに値を書き込んでください */);

0 commit comments

Comments
 (0)