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

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