Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
restrry committed Nov 22, 2021
1 parent de5c783 commit ddd43c1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

import './ensure_apm_started';
import type { PluginInitializerContext } from 'kibana/server';
import { FixturePlugin } from './plugin';

export const plugin = (ctx: PluginInitializerContext) => new FixturePlugin(ctx);
export const plugin = () => new FixturePlugin();

0 comments on commit ddd43c1

Please sign in to comment.