UNPKG

@lume/live-code

Version:

A `<live-code>` element for editable code with live output.

9 lines 300 B
import { LiveCode } from './LiveCode.js'; describe('<live-code>', () => { it('is a custom element', () => { const editor = document.createElement('live-code'); expect(editor instanceof LiveCode).toBe(true); }); // ... TODO ... }); //# sourceMappingURL=LiveCode.test.js.map