do the impossible, fix the unfixable
This commit is contained in:
parent
636dbdaba8
commit
c21b1cf898
8 changed files with 118 additions and 41 deletions
|
@ -11,7 +11,7 @@ const mapOnlyText = (processor) => (input) => {
|
|||
}
|
||||
}
|
||||
|
||||
describe.only('html_line_converter', () => {
|
||||
describe('html_line_converter', () => {
|
||||
describe('with processor that keeps original line should not make any changes to HTML when', () => {
|
||||
const processorKeep = (line) => line
|
||||
it('fed with regular HTML with newlines', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue