1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 10:19:26 -05:00

Remove needless comment

This commit is contained in:
Aya Morisawa 2017-02-28 03:05:59 +09:00
parent 6f497a3bd5
commit 0b8f8d87f6

View file

@ -59,10 +59,4 @@ describe('Text', () => {
assert.equal(tokens[0].type, 'inline-code');
assert.equal(tokens[0].content, '`var x = "Strawberry Pasta";`');
});
/*
it('正しくコンパイルされる', () => {
assert.equal(-1, [1,2,3].indexOf(4));
});
*/
});