summaryrefslogtreecommitdiff
path: root/test/test-utils.js
blob: 93bf2878885586c0f26bc21445c47d683342051c (plain) (blame)
1
2
3
4
5
import cheerio from 'cheerio';
/** load html */
export function doc(html) {
  return cheerio.load(html);
}