mirror of https://gitee.com/bigwinds/arangodb
fixed tests
This commit is contained in:
parent
80c236193b
commit
517b2d96af
|
@ -42,6 +42,7 @@
|
||||||
var cols = [edgeCol, docCol, sysCol];
|
var cols = [edgeCol, docCol, sysCol];
|
||||||
spyOn($, "ajax").andCallFake(function (url) {
|
spyOn($, "ajax").andCallFake(function (url) {
|
||||||
console.log(url);
|
console.log(url);
|
||||||
|
return {done:function() {}};
|
||||||
});
|
});
|
||||||
myStore = new window.arangoCollections(cols);
|
myStore = new window.arangoCollections(cols);
|
||||||
myView = new window.CollectionsView({
|
myView = new window.CollectionsView({
|
||||||
|
|
Loading…
Reference in New Issue