added a logger, started working on the maintenance timer routines
[nodejs-repoproxy.git] / unittests / argtest.js
diff --git a/unittests/argtest.js b/unittests/argtest.js
new file mode 100644 (file)
index 0000000..633f3fe
--- /dev/null
@@ -0,0 +1,8 @@
+
+function logtest() {
+       console.log.apply(this, arguments);
+}
+
+var asdf = new Date();
+
+logtest("one", asdf);