diff --git a/app/tests/mscript_test.js b/app/tests/mscript_test.js new file mode 100644 index 0000000..10b62a0 --- /dev/null +++ b/app/tests/mscript_test.js @@ -0,0 +1,3 @@ +var mscript = require('../lib/mscript.js'); + +mscript.tests(); \ No newline at end of file