diff --git a/.gitignore b/.gitignore index ce4096c..ac65e8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ node_modules test/**/*.json test/**/*-output.js -test-result.log +nwjs \ No newline at end of file diff --git a/wcc_node_old/index.js b/old/wcc_node_old/index.js similarity index 100% rename from wcc_node_old/index.js rename to old/wcc_node_old/index.js diff --git a/wcc_node_old/package.json b/old/wcc_node_old/package.json similarity index 100% rename from wcc_node_old/package.json rename to old/wcc_node_old/package.json diff --git a/wcc_node_old/src/index.js b/old/wcc_node_old/src/index.js similarity index 100% rename from wcc_node_old/src/index.js rename to old/wcc_node_old/src/index.js diff --git a/wcc_node_old/src/wcc.js b/old/wcc_node_old/src/wcc.js similarity index 100% rename from wcc_node_old/src/wcc.js rename to old/wcc_node_old/src/wcc.js diff --git a/wcc_node_old/util.js b/old/wcc_node_old/util.js similarity index 100% rename from wcc_node_old/util.js rename to old/wcc_node_old/util.js diff --git a/wcsc_node_old/index.js b/old/wcsc_node_old/index.js similarity index 100% rename from wcsc_node_old/index.js rename to old/wcsc_node_old/index.js diff --git a/wcsc_node_old/package.json b/old/wcsc_node_old/package.json similarity index 100% rename from wcsc_node_old/package.json rename to old/wcsc_node_old/package.json diff --git a/wcsc_node_old/src/index.js b/old/wcsc_node_old/src/index.js similarity index 100% rename from wcsc_node_old/src/index.js rename to old/wcsc_node_old/src/index.js diff --git a/wcsc_node_old/src/wcsc.js b/old/wcsc_node_old/src/wcsc.js similarity index 100% rename from wcsc_node_old/src/wcsc.js rename to old/wcsc_node_old/src/wcsc.js diff --git a/wcsc_node_old/util.js b/old/wcsc_node_old/util.js similarity index 100% rename from wcsc_node_old/util.js rename to old/wcsc_node_old/util.js diff --git a/test/node-modules/index.html b/test/node-modules/index.html index fbf86b4..d3f5fbb 100644 --- a/test/node-modules/index.html +++ b/test/node-modules/index.html @@ -1,4 +1,13 @@ - \ No newline at end of file + + + node test + + + + + + + \ No newline at end of file diff --git a/test/node-modules/wcc_test.js b/test/node-modules/wcc_test.js index 2127e23..b1f3684 100755 --- a/test/node-modules/wcc_test.js +++ b/test/node-modules/wcc_test.js @@ -173,6 +173,7 @@ const test = async (options, id) => { result = JSON.stringify(wcc_result, null, 4) fs.writeFileSync(path.resolve(__dirname, `${id}/wcc_node_${MODE}.txt`), result) }; + (async () => { for(let options of wcc_options){ await test(options[0], options[1]);