mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 06:25:18 -04:00
Minor changes.
This commit is contained in:
parent
13457f8a6a
commit
3dedb6b0f6
1 changed files with 5 additions and 5 deletions
|
@ -10,9 +10,9 @@ describe('view', function () {
|
||||||
this.xConfig = {
|
this.xConfig = {
|
||||||
setup: {
|
setup: {
|
||||||
API: true,
|
API: true,
|
||||||
APP_HREF: util.uniqPath('/APP/'),
|
APP_HREF: util.uniqPath('-APP/'),
|
||||||
ROOT_HREF: util.uniqPath('/ROOT/'),
|
ROOT_HREF: util.uniqPath('-ROOT/'),
|
||||||
CURRENT_HREF: util.uniqPath('/CURRENT/')
|
CURRENT_HREF: util.uniqPath('-CURRENT/')
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
@ -34,9 +34,9 @@ describe('view', function () {
|
||||||
$('<div id="fallback-hints"/>').appendTo('body');
|
$('<div id="fallback-hints"/>').appendTo('body');
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('requiring view/viewmode sets up basic HTML', function () {
|
describe('require(\'view/viewmode\') sets up basic HTML', function () {
|
||||||
|
|
||||||
it('requires without errors', function () {
|
it('runs without errors', function () {
|
||||||
|
|
||||||
modulejs.require('view/viewmode');
|
modulejs.require('view/viewmode');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue