Rework the testrunner to pass the input filename only.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define("amd/module-name/output", [], function () {
|
||||
define("amd/module-name/input", [], function () {
|
||||
"use strict";
|
||||
|
||||
foobar();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
define("loose/module-name/output", [], function () {
|
||||
define("loose/module-name/input", [], function () {
|
||||
"use strict";
|
||||
|
||||
foobar();
|
||||
|
||||
Reference in New Issue
Block a user