Moved test input files to test/input.

This commit is contained in:
Lucas Wiener
2016-07-28 09:30:12 +02:00
committed by Richard van Velzen
parent 85a09fc3b6
commit 38756b1f26
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
"use strict";
var foo = function foo(x) {
return "foo " + x;
};
console.log(foo("bar"));
//# sourceMappingURL=simple.js.map