summaryrefslogtreecommitdiff
path: root/test/test.js
blob: 7b97d6cef50951066a7b160b76936e80523d7ef6 (plain)
1
2
3
4
5

require('../bin/yaml.js');

// Just testing that yaml parsing is also working through node.js
console.log(require('./test.yml'));