mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* tech: investigating karma + jest mix * tech: migrating tests to jest * tech: moved anoter test file to jest * test: migrated two more test files to jest * test: updated readme and made test fail to verify that it causes CI build failure * tech: added code coverage for jest tests * tech: testing codecov coverage * tech: migrated more tests * tech: migrated template srv to typescript and the tests to jest * tech: minor build fix * tech: build fixes * build: another attempt at fixing go test with coverage
27 lines
597 B
JavaScript
27 lines
597 B
JavaScript
define([
|
|
'./dashboard_ctrl',
|
|
'./alerting_srv',
|
|
'./history/history',
|
|
'./dashboardLoaderSrv',
|
|
'./dashnav/dashnav',
|
|
'./submenu/submenu',
|
|
'./save_as_modal',
|
|
'./save_modal',
|
|
'./shareModalCtrl',
|
|
'./shareSnapshotCtrl',
|
|
'./dashboard_srv',
|
|
'./viewStateSrv',
|
|
'./time_srv',
|
|
'./unsavedChangesSrv',
|
|
'./unsaved_changes_modal',
|
|
'./timepicker/timepicker',
|
|
'./impression_store',
|
|
'./upload',
|
|
'./import/dash_import',
|
|
'./export/export_modal',
|
|
'./export_data/export_data_modal',
|
|
'./ad_hoc_filters',
|
|
'./row/row_ctrl',
|
|
'./repeat_option/repeat_option',
|
|
], function () {});
|