(html: string)
| 9 | import Bold from '../../../src/formats/bold.js'; |
| 10 | |
| 11 | const createScroll = (html: string) => |
| 12 | baseCreateScroll(html, createRegistry([ColorStyle, Bold])); |
| 13 | |
| 14 | describe('Color', () => { |
| 15 | test('add', () => { |
no test coverage detected
searching dependent graphs…