mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Update tests.
This commit is contained in:
parent
18a62ca831
commit
787eae7a80
22 changed files with 113 additions and 161 deletions
|
@ -12,13 +12,13 @@ describe('module \'' + ID + '\'', function () {
|
|||
|
||||
this.xConfig = {
|
||||
options: {
|
||||
someOptions: util.uniqObj(),
|
||||
otherOptions: util.uniqObj(),
|
||||
more: util.uniqObj()
|
||||
someOptions: uniq.obj(),
|
||||
otherOptions: uniq.obj(),
|
||||
more: uniq.obj()
|
||||
},
|
||||
setup: {
|
||||
PUBLIC_HREF: util.uniqId(),
|
||||
ROOT_HREF: util.uniqId()
|
||||
PUBLIC_HREF: uniq.id(),
|
||||
ROOT_HREF: uniq.id()
|
||||
}
|
||||
};
|
||||
this.applyFn = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue