fix tests

Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik Pfaffenbauer
2023-01-19 16:18:04 +01:00
parent 3ec74e2e1f
commit 7b631ca604
+2 -1
View File
@@ -16,7 +16,8 @@
import { createDevApp } from '@backstage/dev-utils';
import { lighthousePlugin } from '../src/plugin';
import { lighthouseApiRef, LighthouseRestApi } from '../src';
import { lighthouseApiRef } from '../src';
import { LighthouseRestApi } from '@backstage/plugin-lighthouse-common';
createDevApp()
.registerPlugin(lighthousePlugin)