mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Remove needless comment
This commit is contained in:
parent
14a1d96f8f
commit
ff1bfc7073
@ -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));
|
||||
});
|
||||
*/
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user