浏览代码

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