UNPKG

html-to-gutenberg

Version:

Transform any valid HTML string into fully editable WP Gutenberg blocks in seconds rather than hours.

9 lines (7 loc) 177 B
import { expect } from 'chai'; import { add } from './src/coverage-demo'; describe('add', () => { it('adds two numbers', () => { expect(add(2, 3)).to.equal(5); }); });