diff --git a/public/app/features/dashboard/specs/dashboard_srv_specs.ts b/public/app/features/dashboard/specs/dashboard_srv_specs.ts index 78afc11c94c..1b3a387fd9d 100644 --- a/public/app/features/dashboard/specs/dashboard_srv_specs.ts +++ b/public/app/features/dashboard/specs/dashboard_srv_specs.ts @@ -1,4 +1,4 @@ -import {describe, beforeEach} from 'test/lib/common'; +import {describe, beforeEach, expect} from 'test/lib/common'; import {DashboardSrv} from '../dashboard_srv';