export function getDashboardApiMock()

in src/test-mocks/test-mocks.js [21:31]


export function getDashboardApiMock() {
  return {
    fetch: sandbox.spy(),
    fetchHub: sandbox.spy(),
    readConfig: sandbox.spy(),
    setLoadingAnimationEnabled: sandbox.spy(),
    storeConfig: sandbox.spy(),
    exitConfigMode: sandbox.spy(),
    setTitle: sandbox.spy()
  };
}