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

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