UNPKG

usepages-render-blocks

Version:
8 lines (6 loc) 141 B
import empty from '../empty'; import test from 'tape'; test('#empty', t => { t.equals(empty.toString(), 'function () {}'); t.end(); });