folders: use new folder api in frontend

This commit is contained in:
Marcus Efraimsson
2018-02-01 22:32:26 +01:00
parent 04a9a650e7
commit d217688d5e
11 changed files with 98 additions and 90 deletions

View File

@@ -2,6 +2,7 @@ export const backendSrv = {
get: jest.fn(),
getDashboard: jest.fn(),
getDashboardByUid: jest.fn(),
getFolderByUid: jest.fn(),
post: jest.fn(),
};