diff --git a/_infrastructure/tests/compile-runner.bat b/_infrastructure/tests/compile-runner.bat new file mode 100644 index 000000000..e54803ec8 --- /dev/null +++ b/_infrastructure/tests/compile-runner.bat @@ -0,0 +1 @@ +tsc runner.ts --target ES5 --out runner.js --module commonjs \ No newline at end of file diff --git a/_infrastructure/tests/compile-runner2.bat b/_infrastructure/tests/compile-runner2.bat deleted file mode 100644 index a804c0f7d..000000000 --- a/_infrastructure/tests/compile-runner2.bat +++ /dev/null @@ -1 +0,0 @@ -tsc runner2.ts --target ES5 --out runner2.js --module commonjs \ No newline at end of file diff --git a/_infrastructure/tests/runner2.js b/_infrastructure/tests/runner.js similarity index 100% rename from _infrastructure/tests/runner2.js rename to _infrastructure/tests/runner.js diff --git a/_infrastructure/tests/runner2.ts b/_infrastructure/tests/runner.ts similarity index 100% rename from _infrastructure/tests/runner2.ts rename to _infrastructure/tests/runner.ts