Skip to content

Commit

Permalink
Fix jest watch mode (#39535)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Jun 25, 2019
1 parent 1bcf7ce commit 2bc9cb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { IconType } from '@elastic/eui';
import { RequestHandler, ResponseHandler, Vis } from '..';
import { Status } from '../update_status';

export class VisualizationController {
export declare class VisualizationController {
constructor(element: HTMLElement, vis: Vis);
public render(visData: any, visParams: any, update: { [key in Status]: boolean }): Promise<void>;
public destroy(): void;
Expand Down

0 comments on commit 2bc9cb7

Please sign in to comment.