fix tests

This commit is contained in:
Alexander Zobnin
2017-10-22 19:09:21 +03:00
parent fddc520d8f
commit 3e57b5479c
3 changed files with 3 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ _prunk2.default.mock('app/plugins/sdk', {
QueryCtrl: null
});
_prunk2.default.mock('app/core/utils/datemath', datemathMock);
_prunk2.default.mock('app/core/table_model', {});
_prunk2.default.mock('angular', angularMocks);
_prunk2.default.mock('jquery', 'module not found');