Remove needless comment
This commit is contained in:
parent
6f497a3bd5
commit
0b8f8d87f6
1 changed files with 0 additions and 6 deletions
|
@ -59,10 +59,4 @@ describe('Text', () => {
|
||||||
assert.equal(tokens[0].type, 'inline-code');
|
assert.equal(tokens[0].type, 'inline-code');
|
||||||
assert.equal(tokens[0].content, '`var x = "Strawberry Pasta";`');
|
assert.equal(tokens[0].content, '`var x = "Strawberry Pasta";`');
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
|
||||||
it('正しくコンパイルされる', () => {
|
|
||||||
assert.equal(-1, [1,2,3].indexOf(4));
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue