update config_test.js
This commit is contained in:
parent
0eaae8712e
commit
23f678229a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ module.exports = {
|
|||
"test: path resolution" : function() {
|
||||
config.set("packaged", "true");
|
||||
var url = config.moduleUrl("kr_theme", "theme");
|
||||
assert.equal(url, "theme-kr.js");
|
||||
assert.equal(url, "theme-kr_theme.js");
|
||||
|
||||
config.set("basePath", "a/b");
|
||||
url = config.moduleUrl("m/theme", "theme");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue