remove focused tests
This commit is contained in:
parent
5afb00518f
commit
c8a2b59d83
@ -120,7 +120,7 @@ describe('inlineLexer', () => {
|
||||
});
|
||||
});
|
||||
|
||||
fdescribe('parseInline', () => {
|
||||
describe('parseInline', () => {
|
||||
it('should parse inline tokens', () => {
|
||||
const md = '**strong** _em_';
|
||||
const html = marked.parseInline(md);
|
||||
|
Loading…
x
Reference in New Issue
Block a user