summaryrefslogtreecommitdiff
path: root/test/test-utils.js
blob: c55f48757332b097fe2dbaed4fe25ff4a0a4e5a6 (plain) (blame)
1
2
3
4
5
import cheerio from 'cheerio';

export function doc(html) {
  return cheerio.load(html);
}