OSDN Git Service

Deleted hoge.js v0.3.0p0059
authorhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Sun, 3 Apr 2016 09:20:39 +0000 (18:20 +0900)
committerhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Sun, 3 Apr 2016 09:20:39 +0000 (18:20 +0900)
test/mocha/hoge.js [deleted file]

diff --git a/test/mocha/hoge.js b/test/mocha/hoge.js
deleted file mode 100644 (file)
index 3c8cfca..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-var options = require('./testCommand.json').options;
-
-var array = options.reduce(function(a,b) {
-    a.push(b.name);
-    b.arguments.forEach(function(v) {
-        return a.push(v);
-    });
-    return a;
-},[]);
-
-console.log(array);