Skip to content

Commit

Permalink
Fix setContext duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc0d3c5 committed Nov 6, 2020
1 parent 9498917 commit 7f2997f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/suites/node.scrape.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ helpers = {
var $newDom = cheerio.load('<div id="' + name + '"></div>');
artoo.setContext($newDom)
$newDom('#' + name).append(readFile(__dirname + '/../resources/' + name + '.html'));
artoo.setContext($newDom)
$ = $newDom
cb('#' + name);
}
Expand Down

0 comments on commit 7f2997f

Please sign in to comment.