Update cookbook uitest

This commit is contained in:
Yuma Matsuura
2018-07-27 13:48:43 +09:00
parent 4e549dd426
commit 1e245ece46
7 changed files with 665 additions and 22 deletions

View File

@@ -24,6 +24,7 @@ var changeNode = require('./core/logic/15-change_page');
var rangeNode = require('./core/logic/16-range_page');
var httpRequestNode = require('./core/io/21-httprequest_page');
var htmlNode = require('./core/parsers/70-HTML_page');
var fileinNode = require('./core/storage/50-filein_page');
var nodeCatalog = {
@@ -40,6 +41,8 @@ var nodeCatalog = {
"range": rangeNode,
"httpRequest": httpRequestNode,
"html": htmlNode,
// storage
"filein": fileinNode,
}
function create(type, id) {