remove focused tests

This commit is contained in:
Tony Brix 2020-09-21 00:21:56 -05:00
parent 5afb00518f
commit c8a2b59d83

View File

@ -120,7 +120,7 @@ describe('inlineLexer', () => {
});
});
fdescribe('parseInline', () => {
describe('parseInline', () => {
it('should parse inline tokens', () => {
const md = '**strong** _em_';
const html = marked.parseInline(md);