Rework the testrunner to pass the input filename only.

This commit is contained in:
Logan Smyth
2018-03-03 17:14:47 -08:00
parent aa669ef902
commit 5f9539e9cc
8 changed files with 23 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
define("amd/module-name/output", [], function () {
define("amd/module-name/input", [], function () {
"use strict";
foobar();

View File

@@ -1,4 +1,4 @@
define("loose/module-name/output", [], function () {
define("loose/module-name/input", [], function () {
"use strict";
foobar();