Skip to content

Commit c8cf5fd

Browse files
committed
fix a comment positioning
1 parent 95d7c0b commit c8cf5fd

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
@@ -152,7 +152,7 @@ describe.skip('闇', function() {
152152

153153

154154
it('暗黙のキャスト', function() {
155-
expect(+'10' === '10').to.equal()/* ここに値を書き込んでください */;
155+
expect(+'10' === '10').to.equal(/* ここに値を書き込んでください */);
156156

157157
expect(10 === (10 + '')).to.equal(/* ここに値を書き込んでください */);
158158
});

0 commit comments

Comments
 (0)