Skip to content

Commit fc6bfe7

Browse files
author
Kuniwak
committed
Assign answer
1 parent 557d132 commit fc6bfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/stage7/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ describe('あなたの闇のJS力', function() {
189189

190190
it('true == 10 の振る舞いがわかる', function() {
191191
expect(true == 10)
192-
.to.equal(/* ここに値を書き込んでください */);
192+
.to.equal(false);
193193
});
194194

195195

0 commit comments

Comments
 (0)