Adding test for registry cheerio

This commit is contained in:
zobalogh
2014-07-31 16:49:19 +01:00
parent a170623b4c
commit 401afcbadd
2 changed files with 43 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ function loadTemplate(nodeInfo) {
var content = fs.readFileSync(templateFilename,'utf8');
$ = cheerio.load(content);
var $ = cheerio.load(content);
var template = "";
var script = "";
$("*").each(function(i,el) {