summaryrefslogtreecommitdiff
path: root/test/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.js')
-rw-r--r--test/test.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.js b/test/test.js
new file mode 100644
index 0000000..7b97d6c
--- /dev/null
+++ b/test/test.js
@@ -0,0 +1,5 @@
+
+require('../bin/yaml.js');
+
+// Just testing that yaml parsing is also working through node.js
+console.log(require('./test.yml'));