소스 검색

tech: add missing include

bergquist 8 년 전
부모
커밋
e1765e360e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/app/features/dashboard/specs/save_as_modal.jest.ts

+ 1 - 1
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) {