Initial commit

This commit is contained in:
Andrew Sliwinski 2016-04-08 13:10:37 -04:00
parent 9d5423f22a
commit 655556273a
6 changed files with 73 additions and 4 deletions
test/unit

6
test/unit/spec.js Normal file
View file

@ -0,0 +1,6 @@
var test = require('tap').test;
var vm = require('../../index');
test('spec', function (t) {
t.end();
});