Skip to content

Commit 2e7107c

Browse files
committed
revert changes in baseUrl
1 parent 7acbaee commit 2e7107c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/has.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define([
99
setup: function () {
1010
moduleRequire = require.config({
1111
context: "module",
12-
baseUrl: "../../../../requirejs-dplugins", // note: "../../.." make "grunt intern:remote" fail
12+
baseUrl: "../../../requirejs-dplugins", // note: "../../.." make "grunt intern:remote" fail
1313
config: {
1414
has: {
1515
"config-feature": true,

tests/unit/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ define([
1414
context = getNewContext();
1515
require.config({
1616
context: context,
17-
baseUrl: "../../../../requirejs-dplugins", // note: "../../.." make "grunt intern:remote" fail
17+
baseUrl: "../../../requirejs-dplugins", // note: "../../.." make "grunt intern:remote" fail
1818
packages: [{
1919
name: "myapp",
2020
location: "tests/unit/resources/app/dist/myapp"

0 commit comments

Comments
 (0)