MCPcopy
hub / github.com/slab/quill / createScroll

Function createScroll

packages/quill/test/unit/formats/color.spec.ts:11–12  ·  view source on GitHub ↗
(html: string)

Source from the content-addressed store, hash-verified

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

Callers 1

color.spec.tsFile · 0.70

Calls 1

createRegistryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…