UNPKG

html-to-article-json

Version:
9 lines (7 loc) 116 B
import test from 'tape-catch'; export default (msg, cb) => { test(msg, (t) => { cb(t); t.end(); }); };