Skip to content
Snippets Groups Projects
Commit 0b8f8d87 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Remove needless comment

parent 6f497a3b
No related branches found
No related tags found
No related merge requests found
......@@ -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));
});
*/
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment