From 989bf2067c199ffd2aa38a29f2c4e12cea689925 Mon Sep 17 00:00:00 2001 From: bergquist Date: Sun, 29 Oct 2017 20:21:25 +0100 Subject: [PATCH] tech: add missing include --- public/app/features/dashboard/specs/save_as_modal.jest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/specs/save_as_modal.jest.ts b/public/app/features/dashboard/specs/save_as_modal.jest.ts index e511bba25b9..913209eb01f 100644 --- a/public/app/features/dashboard/specs/save_as_modal.jest.ts +++ b/public/app/features/dashboard/specs/save_as_modal.jest.ts @@ -1,5 +1,5 @@ import {SaveDashboardAsModalCtrl} from '../save_as_modal'; -import {describe, expect} from 'test/lib/common'; +import {describe, it, expect} from 'test/lib/common'; describe('saving dashboard as', () => { function scenario(name, panel, verify) {